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

Commit 491b49b3 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am ade725ed: Merge "Fix unit test"

* commit 'ade725ed':
  Fix unit test
parents cbaf61dd ade725ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,4 +33,4 @@
    android:clickable="false"
    android:singleLine="true"
    android:ellipsize="none"
    android:background="?attr/suggestionBackground" />
    style="?attr/suggestionWordStyle" />
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
        android:layout_height="@dimen/suggestions_strip_height"
        android:paddingRight="@dimen/suggestions_strip_padding"
        android:paddingLeft="@dimen/suggestions_strip_padding"
        android:background="?attr/suggestionStripBackground"
        style="?attr/suggestionStripViewStyle" />
    <!-- To ensure that key preview popup is correctly placed when the current system locale is
         one of RTL locales, layoutDirection="ltr" is needed in the SDK version 17+. -->
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:background="?attr/moreKeysKeyboardBackground"
    style="?attr/moreKeysKeyboardContainerStyle"
>
    <com.android.inputmethod.keyboard.MoreKeysKeyboardView
        xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:background="?attr/moreKeysKeyboardBackground"
    style="?attr/moreKeysKeyboardContainerStyle"
>
    <com.android.inputmethod.latin.suggestions.MoreSuggestionsView
        xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
+1 −1
Original line number Diff line number Diff line
@@ -24,4 +24,4 @@
    android:layout_height="wrap_content"
    android:textSize="6dp"
    android:textColor="@android:color/white"
    android:background="?attr/suggestionBackground" />
    style="?attr/suggestionWordStyle" />
Loading