Revert "Cherish: Allow hiding auto brightness toggle [2/2]"
This reverts commit b91906f424.
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -305,8 +305,6 @@
|
|||||||
<string name="qs_show_brightness_summary">Brightness slider visability and settings</string>
|
<string name="qs_show_brightness_summary">Brightness slider visability and settings</string>
|
||||||
<string name="qs_brightness_position_bottom_title">Bottom brightness slider</string>
|
<string name="qs_brightness_position_bottom_title">Bottom brightness slider</string>
|
||||||
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on the bottom of QS</string>
|
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on the bottom of QS</string>
|
||||||
<string name="qs_show_brightness_above_footer_title">Above footer</string>
|
|
||||||
<string name="qs_show_brightness_above_footer_summary">Show bottom brightness slider above QS footer</string>
|
|
||||||
<string name="qs_show_auto_brightness_title">Auto brightness icon</string>
|
<string name="qs_show_auto_brightness_title">Auto brightness icon</string>
|
||||||
<string name="qs_show_auto_brightness_summary">Show an auto brightness toggle near the brightness slider</string>
|
<string name="qs_show_auto_brightness_summary">Show an auto brightness toggle near the brightness slider</string>
|
||||||
|
|
||||||
|
|||||||
@@ -30,11 +30,4 @@
|
|||||||
android:dependency="qs_brightness_position_bottom"
|
android:dependency="qs_brightness_position_bottom"
|
||||||
android:defaultValue="false" />
|
android:defaultValue="false" />
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="qs_show_auto_brightness"
|
|
||||||
android:icon="@drawable/ic_brightness"
|
|
||||||
android:title="@string/qs_show_auto_brightness_title"
|
|
||||||
android:summary="@string/qs_show_auto_brightness_summary"
|
|
||||||
android:defaultValue="true" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user