Cherish: Ambient Edge Pulse Customizations [2/2]
This commit is contained in:
@@ -35,19 +35,13 @@
|
||||
android:key="notification_screen"
|
||||
android:title="@string/notification_screen_title" >
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
|
||||
android:key="pulse_ambient_light"
|
||||
android:icon="@drawable/ic_pulse"
|
||||
android:title="@string/pulse_ambient_light_title"
|
||||
android:summary="@string/pulse_ambient_light_summary"
|
||||
android:fragment="com.cherish.settings.fragments.EdgePulse"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="pulse_ambient_light_color"
|
||||
android:title="@string/pulse_ambient_light_color_title"
|
||||
android:persistent="false"
|
||||
android:dependency="pulse_ambient_light"
|
||||
settings:defaultColorValue="0xFF3980FF" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user