Merge "Fixing some minor RTL bugs in print dialog" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56960fbd39
@@ -67,7 +67,6 @@
|
||||
android:layout_marginEnd="6dip"
|
||||
android:layout_row="1"
|
||||
android:layout_column="0"
|
||||
android:layout_gravity="start|bottom"
|
||||
style="@style/PrintOptionTextViewStyle"
|
||||
android:labelFor="@id/copies_edittext"
|
||||
android:text="@string/label_copies">
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
android:paddingEnd="8dip"
|
||||
android:minHeight="?android:attr/listPreferredItemHeightSmall"
|
||||
android:orientation="vertical"
|
||||
android:gravity="left|center_vertical">
|
||||
android:gravity="start|center_vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
||||
Reference in New Issue
Block a user