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

Commit 794de426 authored by Fan Zhang's avatar Fan Zhang
Browse files

Align text to view start so they layout correctly in RTL.

Bug: 28011099
Change-Id: I65b7ab768c384a558f89e3bce539420454fed8a5
parent d599f43a
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -28,19 +28,24 @@
        android:paddingStart="16dip"
        android:paddingEnd="16dip">

        <TextView android:id="@+id/encryption_warning"
        <TextView
            android:id="@+id/encryption_warning"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:padding="10dip"
            android:textAlignment="viewStart"
            android:textAppearance="?android:attr/textAppearanceMedium"/>

        <TextView android:id="@+id/capabilities_header"
        <TextView
            android:id="@+id/capabilities_header"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:padding="10dip"
            android:textAlignment="viewStart"
            android:textAppearance="?android:attr/textAppearanceMedium"/>

        <LinearLayout android:id="@+id/capabilities"
        <LinearLayout
            android:id="@+id/capabilities"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"