Cherish: Add light width [2/2]
Co-Authored-By: bezke <1642612+bezke@users.noreply.github.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -438,5 +438,6 @@
|
||||
<string name="pulse_ambient_light_layout_title">Light view</string>
|
||||
<string name="pulse_ambient_light_layout_solid">Solid</string>
|
||||
<string name="pulse_ambient_light_layout_faded">Faded</string>
|
||||
<string name="pulse_ambient_light_width_title">Light width</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -85,4 +85,13 @@
|
||||
android:summary="%s"
|
||||
android:defaultValue="1" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="pulse_ambient_light_width"
|
||||
android:title="@string/pulse_ambient_light_width_title"
|
||||
android:max="150"
|
||||
android:min="1"
|
||||
settings:unitsLeft=""
|
||||
settings:unitsRight="px"
|
||||
android:defaultValue="125" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user