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

Commit ff082d08 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Refactor KeyboardView and create MiniKeyboardView

Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b
parent aac2d87d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<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:id="@+id/latin_keyboard_view"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<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:id="@+id/latin_keyboard_view"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<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:id="@+id/latin_keyboard_view"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<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:id="@+id/latin_keyboard_view"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<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:id="@+id/latin_keyboard_view"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
Loading