Cherish: Statusbar brightness control
Change-Id: Ia0a944f1b54698d57e74483cdf15fb48b4dd52c0 Signed-off-by: Jason Edson <jaysonedson@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -676,4 +676,8 @@
|
||||
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
|
||||
<string name="volume_steps_reset">Reset</string>
|
||||
|
||||
<!-- Brightness control -->
|
||||
<string name="status_bar_toggle_brightness">Brightness Control</string>
|
||||
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding finger across the statusbar</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -34,6 +34,13 @@
|
||||
|
||||
</Preference>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="status_bar_brightness_control"
|
||||
android:icon="@drawable/ic_brightness"
|
||||
android:title="@string/status_bar_toggle_brightness"
|
||||
android:summary="@string/status_bar_toggle_brightness_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_fourg"
|
||||
android:icon="@drawable/ic_4g"
|
||||
|
||||
Reference in New Issue
Block a user