Cherish: Solid render: Round lines [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
TikkiTikki
2021-02-02 01:49:56 -03:00
committed by Hưng Phan
parent 70d5bb6c71
commit 94ae0f8021
2 changed files with 9 additions and 0 deletions

View File

@@ -742,6 +742,8 @@
<string name="pulse_lavalamp_speed_title">Lava lamp speed</string>
<string name="pulse_solid_units_count">Solid lines count</string>
<string name="pulse_solid_units_opacity">Solid lines opacity</string>
<string name="pulse_solid_units_rounded_title">Rounded corners</string>
<string name="pulse_solid_units_rounded_summary">Solid lines with rounded tip</string>
<string name="pulse_solid_dimen_category">Solid lines mode settings</string>
<string name="pulse_color_mode_title">Color</string>
<string name="pulse_color_accent">Accent</string>

View File

@@ -123,6 +123,13 @@
android:key="pulse_2"
android:title="@string/pulse_solid_dimen_category">
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="pulse_solid_units_rounded"
android:title="@string/pulse_solid_units_rounded_title"
android:summary="@string/pulse_solid_units_rounded_summary"
android:defaultValue="false"
android:dependency="pulse_2"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_units_opacity"
android:title="@string/pulse_solid_units_opacity"