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

Commit 9959944f authored by Lei Yu's avatar Lei Yu Committed by android-build-merger
Browse files

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

am: e2d14d40

Change-Id: I5dc74f51fdbcd00d0dd71d632313c60f200a639d
parents 7a6a3b28 e2d14d40
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">