Skip to content
Snippets Groups Projects
Commit 5bf7418f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 278b9071: Rename keyboard theme Quantum to Material

* commit '278b9071':
  Rename keyboard theme Quantum to Material
parents f36da2fd 278b9071
No related branches found
No related tags found
No related merge requests found
...@@ -20,15 +20,15 @@ ...@@ -20,15 +20,15 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- For keyboard color scheme option dialog. --> <!-- For keyboard color scheme option dialog. -->
<string-array name="keyboard_theme_names" translatable="false"> <string-array name="keyboard_theme_names" translatable="false">
<!-- TODO: Make this item as translatable string resource. -->
<item>Material</item>
<item>@string/keyboard_color_scheme_white</item> <item>@string/keyboard_color_scheme_white</item>
<item>@string/keyboard_color_scheme_blue</item> <item>@string/keyboard_color_scheme_blue</item>
<!-- TODO: Make this item as translatable string resource. -->
<item>Quantum</item>
</string-array> </string-array>
<!-- An element must be a keyboard theme id of {@link KeyboardTheme#THEME_ID_*}. --> <!-- An element must be a keyboard theme id of {@link KeyboardTheme#THEME_ID_*}. -->
<string-array name="keyboard_theme_ids" translatable="false"> <string-array name="keyboard_theme_ids" translatable="false">
<item>3</item>
<item>2</item> <item>2</item>
<item>0</item> <item>0</item>
<item>3</item>
</string-array> </string-array>
</resources> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment