summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-02-27 22:53:25 -0600
committercyberta <cyberta@riseup.net>2020-02-27 22:53:25 -0600
commit2b22e4ad47ae7df24b15ea28b08e60a4999a96cf (patch)
tree135dbaa026ceca6729e24ccfbd98ac6eb92cfdad /app/src/main/res/layout
parentd41561376321d04ce585ac1f45221cb93446e55f (diff)
enable/disable save battery switch in navigation drawer depending on tethering state
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/f_drawer_main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml
index 191d547f..7e6291b7 100644
--- a/app/src/main/res/layout/f_drawer_main.xml
+++ b/app/src/main/res/layout/f_drawer_main.xml
@@ -65,6 +65,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:text="@string/save_battery"
+ app:subtitle="@string/subtitle_save_battery"
app:icon="@drawable/ic_battery_36"
/>