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

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

Merge "Fix unit test"

parents 2a084e88 0861d67f
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