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

Commit 7597679e authored by Evan Chen's avatar Evan Chen
Browse files

[A11y] Fix text clipped for back botton in helper dialog.

Test: CTS
Fix: 322856112
Change-Id: I2973c102db93ebfe3bbf51211d153d077159ff21
parent 77c6fd2c
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>