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

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

Fix layout direction of Keyboard and Suggestions view

Bug: 8167348
Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a
parent d4cbc4fd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -43,8 +43,11 @@
            android:layout_width="@dimen/suggestions_strip_padding"
            android:layout_height="@dimen/suggestions_strip_height"
            style="?attr/suggestionsStripBackgroundStyle" />
        <!-- 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+. -->
        <com.android.inputmethod.latin.suggestions.SuggestionStripView
            android:id="@+id/suggestion_strip_view"
            android:layoutDirection="ltr"
            android:layout_weight="1.0"
            android:layout_width="0dp"
            android:layout_height="@dimen/suggestions_strip_height"
@@ -56,8 +59,11 @@
            style="?attr/suggestionsStripBackgroundStyle" />
    </LinearLayout>

    <!-- 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+. -->
    <com.android.inputmethod.keyboard.MainKeyboardView
        android:id="@+id/keyboard_view"
        android:layoutDirection="ltr"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />