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

Commit 4e2af7f2 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "[A11y] Make the textview scalable for the cancel button." into main

parents b8086fb4 645e43a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,7 +133,8 @@
                <LinearLayout
                    android:id="@+id/negative_multiple_devices_layout"
                    android:layout_width="wrap_content"
                    android:layout_height="48dp"
                    android:layout_height="match_parent"
                    android:padding="6dp"
                    android:gravity="center"
                    android:visibility="gone">

+2 −3
Original line number Diff line number Diff line
@@ -103,11 +103,10 @@
    <style name="NegativeButtonMultipleDevices"
           parent="@android:style/Widget.Material.Button.Colored">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">36dp</item>
        <item name="android:layout_height">match_parent</item>
        <item name="android:minHeight">36dp</item>>
        <item name="android:textAllCaps">false</item>
        <item name="android:textSize">14sp</item>
        <item name="android:paddingLeft">6dp</item>
        <item name="android:paddingRight">6dp</item>
        <item name="android:background">@drawable/btn_negative_multiple_devices</item>
        <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault.Medium</item>
    </style>