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

@@ -960,4 +960,19 @@
<item>@string/daylight_header_provider</item>
<item>@string/file_header_provider</item>
</string-array>
<!-- FOD pressed color -->
<string-array name="fod_pressed_color_entries" translatable="false">
<item>@string/fod_pressed_color_white</item>
<item>@string/fod_pressed_color_cyan</item>
<item>@string/fod_pressed_color_green</item>
<item>@string/fod_pressed_color_yellow</item>
</string-array>
<string-array name="fod_pressed_color_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>