diff options
author | 2010-10-01 02:19:37 -0700 | |
---|---|---|
committer | 2010-10-01 02:19:37 -0700 | |
commit | bd677880494f30d58913f1bac612a32410e6465b (patch) | |
tree | 47078fc7bffc9e5591902baf1e7d873b0a22c165 /java | |
parent | 8e6a92703d1bdf530d32c8cdf90deefc6bc3a878 (diff) | |
parent | 88a045637a8aa812ec09e2fa6ad0b75dd401e1f9 (diff) | |
download | latinime-bd677880494f30d58913f1bac612a32410e6465b.tar.gz latinime-bd677880494f30d58913f1bac612a32410e6465b.tar.xz latinime-bd677880494f30d58913f1bac612a32410e6465b.zip |
am 88a04563: Make the background of keypopup transparent
Merge commit '88a045637a8aa812ec09e2fa6ad0b75dd401e1f9' into gingerbread-plus-aosp
* commit '88a045637a8aa812ec09e2fa6ad0b75dd401e1f9':
Make the background of keypopup transparent
Diffstat (limited to 'java')
-rw-r--r-- | java/res/layout/keyboard_popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/keyboard_popup.xml index c6594f6bf..9ecbcd4e9 100644 --- a/java/res/layout/keyboard_popup.xml +++ b/java/res/layout/keyboard_popup.xml @@ -32,7 +32,7 @@ android:layout_alignParentBottom="true" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/keyboard_dark_background" + android:background="@color/latinkeyboard_transparent" latin:keyBackground="@drawable/btn_keyboard_key_gingerbread_popup" latin:keyHysteresisDistance="0dip" |