diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/keyboard_popup.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/keyboard_popup.xml index 9a52e2cbd..27388e06b 100644 --- a/java/res/layout/keyboard_popup.xml +++ b/java/res/layout/keyboard_popup.xml @@ -23,6 +23,8 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:background="@drawable/keyboard_popup_panel_background" + android:paddingLeft="16dip" + android:paddingRight="16dip" > <com.android.inputmethod.latin.LatinKeyboardBaseView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |