Fix emoji key background of Holo themes

Bug: 18361310
Change-Id: Ie56f2af8fc43499d1fa1d505fb4941cd5dba1395
main
Tadashi G. Takaoka 2014-11-13 16:32:18 -08:00
parent 80c4e0f68a
commit 6030d4f0f4
11 changed files with 17 additions and 9 deletions

View File

@ -32,6 +32,8 @@
android:drawable="@drawable/btn_keyboard_key_normal_off_holo_dark" />
<!-- Empty background keys. -->
<item android:state_empty="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_pressed_ics_light" />
<item android:state_empty="true"
android:drawable="@android:color/transparent" />

View File

@ -32,6 +32,8 @@
android:drawable="@drawable/btn_keyboard_key_normal_off_holo_dark" />
<!-- Empty background keys. -->
<item android:state_empty="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_pressed_klp_light" />
<item android:state_empty="true"
android:drawable="@android:color/transparent" />

View File

@ -32,8 +32,10 @@
android:drawable="@drawable/btn_keyboard_key_normal_off_lxx_dark" />
<!-- Empty background keys. -->
<item android:state_empty="true" android:state_pressed="true"
android:drawable="@color/key_background_pressed_lxx_dark" />
<item android:state_empty="true"
android:drawable="@color/key_background_lxx_dark" />
android:drawable="@android:color/transparent" />
<!-- Normal keys. -->
<item android:state_pressed="true"

View File

@ -32,8 +32,10 @@
android:drawable="@drawable/btn_keyboard_key_normal_off_lxx_light" />
<!-- Empty background keys. -->
<item android:state_empty="true" android:state_pressed="true"
android:drawable="@color/key_background_pressed_lxx_light" />
<item android:state_empty="true"
android:drawable="@color/key_background_lxx_light" />
android:drawable="@android:color/transparent" />
<!-- Normal keys. -->
<item android:state_pressed="true"

View File

@ -27,5 +27,5 @@
<GridRows
latin:codesArray="@array/emoji_faces"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -27,5 +27,5 @@
<GridRows
latin:codesArray="@array/emoji_objects"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -27,5 +27,5 @@
<GridRows
latin:codesArray="@array/emoji_nature"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -27,5 +27,5 @@
<GridRows
latin:codesArray="@array/emoji_places"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -27,5 +27,5 @@
<GridRows
latin:codesArray="@array/emoji_symbols"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -28,5 +28,5 @@
<GridRows
latin:textsArray="@array/emoji_emoticons"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>

View File

@ -28,5 +28,5 @@
<GridRows
latin:codesArray="@array/emoji_recents"
latin:keyLabelFlags="fontNormal"
latin:backgroundType="normal" />
latin:backgroundType="empty" />
</Keyboard>