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

Commit 2258f19d authored by kaiyiz's avatar kaiyiz Committed by Linux Build Service Account
Browse files

LatinIME: Reginal requirement for RTL

Convert left/right layout properties to start/end properties.

Change-Id: Ib7121d4aeb550bf2c88af764733a6a2b2c114782
parent 803ea5e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
            android:layout_width="0dp"
            android:layout_weight="70"
            android:layout_height="wrap_content"
            android:layout_marginLeft="8dip"
            android:layout_marginStart="8dip"
            android:layout_marginBottom="8dip"
            android:layout_marginTop="8dip"
            android:layout_gravity="fill_horizontal|center_vertical"
@@ -67,7 +67,7 @@
            android:layout_width="0dp"
            android:layout_weight="70"
            android:layout_height="wrap_content"
            android:layout_marginLeft="8dip"
            android:layout_marginStart="8dip"
            android:layout_marginBottom="8dip"
            android:layout_marginTop="8dip"
            android:layout_gravity="fill_horizontal|center_vertical"
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textAppearance="?android:attr/textAppearanceMedium"
         android:paddingLeft="16dip"
         android:paddingRight="16dip"
         android:paddingStart="16dip"
         android:paddingEnd="16dip"
         android:paddingBottom="12dip" />

    </ScrollView>
+2 −2
Original line number Diff line number Diff line
@@ -113,8 +113,8 @@
                android:id="@+id/emoji_keyboard_space_icon"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginLeft="12dp"
                android:layout_marginRight="12dp"
                android:layout_marginStart="12dp"
                android:layout_marginEnd="12dp"
                android:layout_centerInParent="true" />
        </RelativeLayout>
        <!-- TODO: Implement KeyView and replace this. -->
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/setup_background"
    android:paddingLeft="@dimen/setup_horizontal_padding"
    android:paddingRight="@dimen/setup_horizontal_padding"
    android:paddingStart="@dimen/setup_horizontal_padding"
    android:paddingEnd="@dimen/setup_horizontal_padding"
    android:paddingTop="@dimen/setup_vertical_padding"
    android:paddingBottom="@dimen/setup_vertical_padding">
    <include
+6 −6
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginLeft="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginRight="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginStart="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginEnd="@dimen/config_suggestions_strip_horizontal_margin"
        android:hapticFeedbackEnabled="false"
        android:soundEffectsEnabled="false" />
    <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
@@ -38,8 +38,8 @@
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginLeft="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginRight="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginStart="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginEnd="@dimen/config_suggestions_strip_horizontal_margin"
        android:hapticFeedbackEnabled="false"
        android:soundEffectsEnabled="false">
        <TextView
@@ -64,8 +64,8 @@
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginLeft="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginRight="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginStart="@dimen/config_suggestions_strip_horizontal_margin"
        android:layout_marginEnd="@dimen/config_suggestions_strip_horizontal_margin"
        android:hapticFeedbackEnabled="false"
        android:soundEffectsEnabled="false" >
        <TextView
Loading