Cherish: Introduce RGB Accenter [2/2]

This commit is contained in:
AgentFabulous
2020-04-11 15:32:46 +07:00
committed by Hung Phan
parent 9bb8517d45
commit 22b278cc53
5 changed files with 76 additions and 0 deletions

View File

@@ -34,4 +34,18 @@
android:defaultValue="1"/>
</PreferenceCategory>
<PreferenceCategory
android:key="system_rgb_category"
android:title="@string/theme_rgb_title">
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="accent_color"
android:icon="@drawable/ic_accent_picker"
android:title="@string/accent_color"
android:summary="@string/accent_summary"
android:defaultValue="0xffffff"
android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>