diff options
author | 2013-08-28 15:59:49 +0900 | |
---|---|---|
committer | 2013-08-28 20:22:18 +0900 | |
commit | 0861d67fd80a99156e42ec00d4ff4b2b1e8e14dc (patch) | |
tree | a78ec46b9f3b02b64d15168ffb5e499ea167756b /java/res/layout/more_keys_keyboard.xml | |
parent | 8e3a90e58ffd09692a23b29dc949a2f0fb3d774c (diff) | |
download | latinime-0861d67fd80a99156e42ec00d4ff4b2b1e8e14dc.tar.gz latinime-0861d67fd80a99156e42ec00d4ff4b2b1e8e14dc.tar.xz latinime-0861d67fd80a99156e42ec00d4ff4b2b1e8e14dc.zip |
Fix unit test
The breakage of the unit tests has been introduced by Id8caf5a972 that
emptied the default styles. This change reverts back some attributes
to the default.
Change-Id: I2748eefe50e34bbf908071e4a1a17a70aa32bdef
Diffstat (limited to 'java/res/layout/more_keys_keyboard.xml')
-rw-r--r-- | java/res/layout/more_keys_keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/more_keys_keyboard.xml b/java/res/layout/more_keys_keyboard.xml index cab3abcd9..6637117e0 100644 --- a/java/res/layout/more_keys_keyboard.xml +++ b/java/res/layout/more_keys_keyboard.xml @@ -23,7 +23,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" - android:background="?attr/moreKeysKeyboardBackground" + style="?attr/moreKeysKeyboardContainerStyle" > <com.android.inputmethod.keyboard.MoreKeysKeyboardView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |