Merge "[RedactionInterstitial] Fix RTL text alignment"

This commit is contained in:
Maurice Lam
2016-01-19 17:45:46 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
android:paddingEnd="?attr/side_margin">
<TextView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/redaction_vertical_margins"
android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"

View File

@@ -36,7 +36,7 @@
<TextView
style="@style/SuwDescription"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"