Remove on/off subtext from gesture preferencecontrollers

The toggle switch next to the subtitle already shows on/off clearly.

Fixes: 130652619
Fixes: 130652843
Fixes: 130653459
Fixes: 130653297
Test: robo
Change-Id: Ib2396575bbc69a7cca5e9c90e113c76ff6db00b5
This commit is contained in:
Fan Zhang
2019-04-17 13:29:25 -07:00
parent 7af19fcb86
commit 57f18af554
6 changed files with 13 additions and 44 deletions

View File

@@ -5693,6 +5693,9 @@
<!-- Battery saver: Title for battery saver schedule screen [CHAR_LIMIT=40] -->
<string name="battery_saver_schedule_settings_title">Set a schedule</string>
<!-- Battery saver: Summary text displayed below "Turn on" button for battery saver [CHAR_LIMIT=40] -->
<string name="battery_saver_turn_on_summary">Extend battery life</string>
<!-- Battery Saver: Title for sticky battery saver preference [CHAR_LIMIT=60] -->
<string name="battery_saver_sticky_title_new">Turn off when fully charged</string>