summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_drawer_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/f_drawer_main.xml')
-rw-r--r--app/src/main/res/layout/f_drawer_main.xml36
1 files changed, 26 insertions, 10 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml
index 8ca6f177..f6c9b2bb 100644
--- a/app/src/main/res/layout/f_drawer_main.xml
+++ b/app/src/main/res/layout/f_drawer_main.xml
@@ -10,7 +10,6 @@
android:fillViewport="true"
>
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -53,28 +52,30 @@
android:visibility="gone"
/>
- <Space
+ <View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
+ android:minHeight="20dp"
+ android:background="@color/black800_high_transparent"
/>
<se.leap.bitmaskclient.views.IconSwitchEntry
- android:id="@+id/bridges_switch"
+ android:id="@+id/battery_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- app:text="@string/nav_drawer_obfuscated_connection"
- app:subtitle="@string/nav_drawer_subtitle_obfuscated_connection"
- app:icon="@drawable/ic_bridge_36"
- android:visibility="gone"
+ app:text="@string/save_battery"
+ app:icon="@drawable/ic_battery_36"
/>
<se.leap.bitmaskclient.views.IconSwitchEntry
- android:id="@+id/battery_switch"
+ android:id="@+id/bridges_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- app:text="@string/save_battery"
- app:icon="@drawable/ic_battery_36"
+ app:text="@string/nav_drawer_obfuscated_connection"
+ app:subtitle="@string/nav_drawer_subtitle_obfuscated_connection"
+ app:icon="@drawable/ic_bridge_36"
+ android:visibility="gone"
/>
<se.leap.bitmaskclient.views.IconTextEntry
@@ -88,6 +89,21 @@
/>
<se.leap.bitmaskclient.views.IconTextEntry
+ android:id="@+id/exclude_apps"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ app:text="@string/exclude_apps_fragment_title"
+ app:icon="@drawable/ic_shield_remove_grey600_36dp"
+ android:visibility="gone"
+ />
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="20dp"
+ android:background="@color/black800_high_transparent"
+ />
+
+ <se.leap.bitmaskclient.views.IconTextEntry
android:id="@+id/donate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"