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

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

Fix unit test

The breakage of the unit tests has been introduced by Id8caf5a972 that
emptied the default styles. This change reverts back some attributes
to the default.

Change-Id: I2748eefe50e34bbf908071e4a1a17a70aa32bdef
parent 8e3a90e5
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