Align text to view start so they layout correctly in RTL. am: be56fc17ed
am: eebdb575ba
Change-Id: Ie72f4716ae0fe55b7f3fffb7f100031f5122add7
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user