diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-04-23 16:29:10 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-04-26 18:09:43 +0200 |
commit | 66baccf4d687926e315bd7371ee523dd44519c32 (patch) | |
tree | dfb00272a67b5f29818b7c8bb14c6a97dc0e33af /app/src/main/res | |
parent | d0f8ec47a5780ba7de15e3d1ebcaa9a1df77da43 (diff) |
5290 : allow settings while main toggle off.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 64432cb..47b86bf 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -9,6 +9,7 @@ android:layout_width="match_parent" > + <include layout="@layout/topbar" /> <androidx.core.widget.NestedScrollView @@ -16,7 +17,6 @@ android:layout_width="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" > - <LinearLayout android:layout_height="match_parent" android:padding="16dp" @@ -24,7 +24,6 @@ android:orientation="vertical" tools:context=".main.MainActivity" > - <TextView android:id="@+id/fake_location_info" android:layout_gravity="center_horizontal" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cd9c9bd..489dff2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -7,7 +7,8 @@ <string name="graph_legend_blocked">Blocked leaks</string> <string name="graph_legend_allowed">Allowed leaks</string> <string name="graph_subtitle">Tap on the bars for more information.</string> - + <string name="quickprivacy_disabled_message">Changes will only be effective when privacy protection toggle is enabled.</string> + <string name="close">Close</string> <!-- Dashboard --> <string name="dashboard_title">@string/app_name</string> |