Merge "Replace ic_clear with vector icon" into lmp-mr1-dev automerge: 721a957
automerge: f89e06f
* commit 'f89e06fa58c08ff550a69b268832a2ea338b8700':
Replace ic_clear with vector icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 216 B |
Binary file not shown.
|
Before Width: | Height: | Size: 436 B |
Binary file not shown.
|
Before Width: | Height: | Size: 522 B |
@@ -14,6 +14,13 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_clear_mtrl_alpha"
|
||||
android:tint="?attr/colorControlNormal" />
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
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"
|
||||
android:fillColor="@color/white"/>
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user