Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c389c5b authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Increase the horizontal gap between shift/delete and normal keys"

parents b428e8cc 6d81e2b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="0dip"
        android:background="@drawable/keyboard_background"

        latin:keyBackground="@drawable/btn_keyboard_key"
+1 −1
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@
<com.android.inputmethod.keyboard.LatinKeyboardView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"

        android:id="@+id/LatinkeyboardBaseView"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="0dip"
        android:background="@android:color/black"

        latin:keyBackground="@drawable/btn_keyboard_key3"
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/keyboard_top_padding"
        android:paddingBottom="@dimen/keyboard_bottom_padding"
        android:padding="0dip"
        android:background="@drawable/keyboard_dark_background"

        latin:keyBackground="@drawable/btn_keyboard_key_gingerbread"
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/keyboard_top_padding"
        android:paddingBottom="@dimen/keyboard_bottom_padding"
        android:padding="0dip"
        android:background="@drawable/keyboard_background_holo"

        latin:keyBackground="@drawable/btn_keyboard_key_honeycomb"
+2 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="0dip"
        android:background="@drawable/keyboard_background"

        latin:keyBackground="@drawable/btn_keyboard_key_stone"
@@ -33,5 +34,5 @@
        latin:shadowColor="@color/latinkeyboard_key_color_white"
        latin:keyLetterStyle="bold"
        latin:colorScheme="black"
        latin:popupLayout="@layout/input_stone_popup"
        latin:popupLayout="@layout/keyboard_popup_stone"
        />
Loading