Apply RTL layout to the title of ResolverActivity
ResolverActivity's title has a bad BiDi alignment. Bug: 31257202 Change-Id: Iec62a9ba5ad191948ef9ab92fde9fd738e757f6f
This commit is contained in:
committed by
Koji Fukui
parent
3f3ed243fd
commit
9602fae424
@@ -45,7 +45,7 @@
|
||||
android:textColor="@color/material_deep_teal_500"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:singleLine="true" />
|
||||
|
||||
<TextView
|
||||
@@ -59,7 +59,7 @@
|
||||
android:paddingEnd="?attr/dialogPreferredPadding"
|
||||
android:paddingTop="8dp"
|
||||
android:layout_below="@id/profile_button"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:paddingBottom="8dp" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user