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

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

Merge "[A11y] Fix text clipped for back botton in helper dialog." into main

parents bb859135 7597679e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -59,8 +59,10 @@

    <style name="VendorHelperBackButton"
           parent="@android:style/Widget.Material.Button.Borderless.Colored">
        <item name="android:layout_width">70dp</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">48dp</item>
        <item name="android:layout_marginStart">12dp</item>
        <item name="android:layout_marginEnd">12dp</item>
        <item name="android:textAllCaps">false</item>
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">@android:color/system_neutral1_900</item>