Cherish: FOD pressed colors [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Joey Huab
2020-12-01 07:32:47 +09:00
committed by Hưng Phan
parent 71d8a3620c
commit df36803f09
3 changed files with 32 additions and 0 deletions

View File

@@ -303,4 +303,14 @@
android:defaultValue="0"
android:dependency="fod_recognizing_animation" />
<!-- FOD pressed color -->
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="fod_color"
android:dialogTitle="@string/fod_pressed_color_title"
android:title="@string/fod_pressed_color_title"
android:summary="%s"
android:entries="@array/fod_pressed_color_entries"
android:entryValues="@array/fod_pressed_color_values"
android:defaultValue="@*android:integer/config_fod_pressed_color" />
</PreferenceScreen>