Merge "Adjust wifi dialog for better accessibility" into pi-dev

am: e2d14d409e

Change-Id: I5dc74f51fdbcd00d0dd71d632313c60f200a639d
This commit is contained in:
Lei Yu
2018-05-17 18:19:25 -07:00
committed by android-build-merger
2 changed files with 1 additions and 1 deletions

View File

@@ -291,7 +291,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/wifi_item_content" style="@style/wifi_item_content"
android:textSize="14sp"
android:text="@string/wifi_show_password" /> android:text="@string/wifi_show_password" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@@ -200,6 +200,7 @@
<item name="android:textAlignment">viewStart</item> <item name="android:textAlignment">viewStart</item>
<item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item> <item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item>
<item name="android:textColor">?android:attr/textColorPrimary</item> <item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:minHeight">@dimen/min_tap_target_size</item>
</style> </style>
<style name="wifi_item_spinner" parent="wifi_item_content"> <style name="wifi_item_spinner" parent="wifi_item_content">