diff options
author | 2013-08-27 15:15:44 +0900 | |
---|---|---|
committer | 2013-08-27 17:05:22 +0900 | |
commit | 08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2 (patch) | |
tree | 98ba89d88515a20257fbba7146ebee3c2de7a58d /java/res/layout/more_keys_keyboard.xml | |
parent | adaaf9ffb8f8ee0fa568d232ac140b74b0be4e38 (diff) | |
download | latinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.tar.gz latinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.tar.xz latinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.zip |
Add _gb to Gingerbread resources
Bug: 10415342
Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
Diffstat (limited to 'java/res/layout/more_keys_keyboard.xml')
-rw-r--r-- | java/res/layout/more_keys_keyboard.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/java/res/layout/more_keys_keyboard.xml b/java/res/layout/more_keys_keyboard.xml index 6b2464b99..cab3abcd9 100644 --- a/java/res/layout/more_keys_keyboard.xml +++ b/java/res/layout/more_keys_keyboard.xml @@ -17,17 +17,17 @@ ** limitations under the License. */ --> + <LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="horizontal" - style="?attr/moreKeysKeyboardPanelStyle" - > + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:background="?attr/moreKeysKeyboardBackground" +> <com.android.inputmethod.keyboard.MoreKeysKeyboardView - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - android:id="@+id/more_keys_keyboard_view" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - /> + xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + android:id="@+id/more_keys_keyboard_view" + android:layout_width="wrap_content" + android:layout_height="wrap_content" /> </LinearLayout> |