Fix alignment of wifi dialog

Use Start/End instead of Left/Right

Fixes: 124672866
Test: Manual
Change-Id: Ib75634b751f41e4999e4f8e3ffb014c191c517f0
This commit is contained in:
jackqdyulei
2019-02-21 13:25:21 -08:00
parent 41fb813614
commit 7db8faf714

View File

@@ -23,8 +23,8 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:layout_marginTop="8dp"
android:text="@string/wifi_settings_scanning_required_summary"
style="@style/TextAppearance.AppCompat.Subhead"/>
@@ -43,7 +43,7 @@
android:layout_height="wrap_content"
android:padding="2dp"
android:layout_marginTop="4dp"
android:layout_marginLeft="24dp"
android:layout_marginStart="24dp"
android:adjustViewBounds="true"/>
<TextView