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

Commit b1a6319b authored by Tony Huang's avatar Tony Huang
Browse files

Update action mode close drawable

Update this button drawable to clear drawable to make consistency.
Update drawable color for high contrast.

Bug: 111789133
Test: Manual
Change-Id: I24cb61d48e45ec06b56e871c2196a3843543616b
parent a65ac018
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,8 +17,9 @@ Copyright (C) 2017 The Android Open Source Project
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    android:viewportHeight="24.0"
    android:tint="?android:attr/colorControlNormal" >
  <path
      android:fillColor="#FF737373"
      android:fillColor="@android:color/white"
      android:pathData="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
</vector>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@

        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
        <item name="android:actionModeBackground">?android:attr/colorBackground</item>
        <item name="android:actionModeCloseDrawable">@drawable/ic_action_clear</item>
    </style>

    <style name="TrimmedHorizontalProgressBar" parent="android:Widget.Material.ProgressBar.Horizontal">