From 2b22e4ad47ae7df24b15ea28b08e60a4999a96cf Mon Sep 17 00:00:00 2001 From: cyberta Date: Thu, 27 Feb 2020 22:53:25 -0600 Subject: enable/disable save battery switch in navigation drawer depending on tethering state --- app/src/main/res/layout/f_drawer_main.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') 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" /> -- cgit v1.2.3