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" > 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" > - - diff --git a/java/res/values/themes-gb.xml b/java/res/values/themes-gb.xml index f52695f55..2932143cd 100644 --- a/java/res/values/themes-gb.xml +++ b/java/res/values/themes-gb.xml @@ -26,7 +26,6 @@ @style/EmojiPalettesView.GB @style/MoreKeysKeyboard.GB @style/MoreKeysKeyboardView.GB - @style/MoreKeysKeyboardContainer.GB @style/SuggestionStripView.GB @style/SuggestionWord.GB @@ -118,16 +117,11 @@ name="MoreKeysKeyboardView.GB" parent="KeyboardView.GB" > - @null + @drawable/keyboard_popup_panel_background_gb @drawable/btn_keyboard_key_popup_gb normal @dimen/more_keys_keyboard_vertical_correction_gb - @@ -96,16 +95,11 @@ name="MoreKeysKeyboardView.ICS" parent="KeyboardView.ICS" > - @null + @drawable/keyboard_popup_panel_background_ics @drawable/btn_keyboard_key_popup_ics normal @dimen/more_keys_keyboard_vertical_correction_holo - @@ -96,16 +95,11 @@ name="MoreKeysKeyboardView.KLP" parent="KeyboardView.KLP" > - @null + @drawable/keyboard_popup_panel_background_klp @drawable/btn_keyboard_key_popup_klp normal @dimen/more_keys_keyboard_vertical_correction_holo -