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

Commit ce8a222a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Align text to view start so they layout correctly in RTL." into nyc-mr1-dev

parents 95c097e8 be56fc17
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"