diff options
author | 2011-01-11 03:56:23 -0800 | |
---|---|---|
committer | 2011-01-11 03:56:23 -0800 | |
commit | e332d45253edfec4f544218e39c9e88b90945793 (patch) | |
tree | 9d3cbc21a3837007853577a8f44252d13ca2640d | |
parent | 5f35a891827a0940b1240d63536ef75c38e8635f (diff) | |
parent | 926a110fd02beb867f89698ee3a3e403e122135d (diff) | |
download | latinime-e332d45253edfec4f544218e39c9e88b90945793.tar.gz latinime-e332d45253edfec4f544218e39c9e88b90945793.tar.xz latinime-e332d45253edfec4f544218e39c9e88b90945793.zip |
Merge "Fix text color of main key labels in shifted state" into honeycomb
-rw-r--r-- | java/res/layout/input_honeycomb.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/input_honeycomb.xml b/java/res/layout/input_honeycomb.xml index b39387481..6ccc63c2b 100644 --- a/java/res/layout/input_honeycomb.xml +++ b/java/res/layout/input_honeycomb.xml @@ -32,7 +32,7 @@ latin:keyBackground="@drawable/btn_keyboard_key_honeycomb" latin:keyPreviewLayout="@layout/key_preview_honeycomb" latin:popupLayout="@layout/keyboard_popup_honeycomb" - latin:keyTextColorDisabled="#FF353535" + latin:keyTextColorDisabled="#FF63666D" latin:keyLetterStyle="bold" latin:shadowColor="#00000000" latin:shadowRadius="0.0" |