Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2d14d40 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 22003085 e7dd4197
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -291,7 +291,6 @@
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        style="@style/wifi_item_content"
                        android:textSize="14sp"
                        android:text="@string/wifi_show_password" />
            </LinearLayout>
        </LinearLayout>
+1 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@
        <item name="android:textAlignment">viewStart</item>
        <item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:minHeight">@dimen/min_tap_target_size</item>
    </style>

    <style name="wifi_item_spinner" parent="wifi_item_content">