[WifiSetup] Align to mac address to locale start
Set the textDirection of the mac address view to "locale" instead of the inherited default of "firstStrong", so that the address itself is always aligned with the label. Bug: 21396886 Change-Id: I143ec069bde56d34484e8839c60386de268bb930
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||
android:textDirection="locale">
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user