diff options
author | 2013-11-19 07:50:20 +0000 | |
---|---|---|
committer | 2013-11-19 07:50:20 +0000 | |
commit | 751ea9df87d18b30e82c99fc5b3aafd0f6ce8232 (patch) | |
tree | 734b4f0e33552b78a8796996779419aabf7cdc87 /java/res/layout | |
parent | 251999bfd1e76ebd2077d0bc2c3beb98a4071ceb (diff) | |
parent | 84898c6b789d3530f9bc328f796382dcd89f2808 (diff) | |
download | latinime-751ea9df87d18b30e82c99fc5b3aafd0f6ce8232.tar.gz latinime-751ea9df87d18b30e82c99fc5b3aafd0f6ce8232.tar.xz latinime-751ea9df87d18b30e82c99fc5b3aafd0f6ce8232.zip |
Merge "Get rid of unnecessary layout style"
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/more_keys_keyboard.xml | 4 | ||||
-rw-r--r-- | java/res/layout/more_suggestions.xml | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/java/res/layout/more_keys_keyboard.xml b/java/res/layout/more_keys_keyboard.xml index 6637117e0..f3795afdc 100644 --- a/java/res/layout/more_keys_keyboard.xml +++ b/java/res/layout/more_keys_keyboard.xml @@ -22,11 +22,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:orientation="horizontal" - style="?attr/moreKeysKeyboardContainerStyle" + android:orientation="vertical" > <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" /> diff --git a/java/res/layout/more_suggestions.xml b/java/res/layout/more_suggestions.xml index 8659f0761..264325890 100644 --- a/java/res/layout/more_suggestions.xml +++ b/java/res/layout/more_suggestions.xml @@ -22,8 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:orientation="horizontal" - style="?attr/moreKeysKeyboardContainerStyle" + android:orientation="vertical" > <com.android.inputmethod.latin.suggestions.MoreSuggestionsView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |