Merge "Fix alignment of wifi dialog"

This commit is contained in:
Lei Yu
2019-02-22 19:21:24 +00:00
committed by Android (Google) Code Review

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