Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

R.drawable.abc_ic_clear_mtrl_alpha在哪呢 #1

Open
kyleada opened this issue Aug 10, 2015 · 3 comments
Open

R.drawable.abc_ic_clear_mtrl_alpha在哪呢 #1

kyleada opened this issue Aug 10, 2015 · 3 comments

Comments

@kyleada
Copy link

kyleada commented Aug 10, 2015

缺资源吧??

@ronanhardiman
Copy link

I build this project noraml.

@ccjeng
Copy link

ccjeng commented Jun 22, 2016

This resource is removed on android.support.v7.appcompat since 23.2.0.
https://developer.android.com/sdk/support_api_diff/23.2.0/changes/android.support.v7.appcompat.R.drawable.html

@barrywe7
Copy link

barrywe7 commented Jun 22, 2016

In my latest build I've just created the svg drawable in res/drawable and tinted it appropriately. If you'd like to submit a pull request to modify this I'm happy to look at it and merge:

<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportHeight="24.0"
        android:viewportWidth="24.0">
    <path
        android:fillColor="#000000"
        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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants