am 5bf7418f: am 278b9071: Rename keyboard theme Quantum to Material

* commit '5bf7418fad8acc1623c5afad5bc685384204e17b':
  Rename keyboard theme Quantum to Material
main
Tadashi G. Takaoka 2014-06-10 11:22:42 +00:00 committed by Android Git Automerger
commit 6dc9c16742
1 changed files with 3 additions and 3 deletions

View File

@ -20,15 +20,15 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- For keyboard color scheme option dialog. -->
<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_blue</item>
<!-- TODO: Make this item as translatable string resource. -->
<item>Quantum</item>
</string-array>
<!-- An element must be a keyboard theme id of {@link KeyboardTheme#THEME_ID_*}. -->
<string-array name="keyboard_theme_ids" translatable="false">
<item>3</item>
<item>2</item>
<item>0</item>
<item>3</item>
</string-array>
</resources>