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 15:02:31 -03:00
committed by Hưng Phan
parent 9b598c7552
commit 0c3e9c7d3b
2 changed files with 8 additions and 0 deletions

View File

@@ -1310,4 +1310,6 @@
<string name="pulse_custom_div">Bar spacing</string>
<string name="pulse_filled_block_size">Block size</string>
<string name="pulse_empty_block_size">Block spacing</string>
<string name="pulse_solid_units_rounded_title">Solid lines rounded</string>
<string name="pulse_solid_units_rounded_summary">Round the solid lines</string>
</resources>

View File

@@ -122,6 +122,12 @@
<PreferenceCategory
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"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_units_opacity"