[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:
Maurice Lam
2015-05-22 11:59:43 -07:00
parent ce6f165104
commit cd3fbba9b7

View File

@@ -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"