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

Commit ecf3b641 authored by Tony Huang's avatar Tony Huang Committed by Android (Google) Code Review
Browse files

Merge "Update action mode close drawable"

parents 1f353279 b1a6319b
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">