I need the "Snooze" drawable as in the following image. Where can i get it?
我需要“Snooze”drawable,如下图所示。我在哪里可以得到它?
4 个解决方案
#1
2
It's not available in the framework(See @User117's answer), but it is available in the DeskClock app. To be precise it's available here.
它在框架中不可用(请参阅@ User117的答案),但它可以在DeskClock应用程序中找到。确切地说,它可以在这里找到。
(It's hard to see since it's very light)
(很难看,因为它很轻)
If you want to clone the DeskClock app then you can run this:
如果要克隆DeskClock应用程序,则可以运行以下命令:
git clone https://android.googlesource.com/platform/packages/apps/DeskClock
#2
1
It is present in the Android Action Bar Design icon pack (ZIP direct download) pack under the name 10-device-access-alarms
.
它出现在名为10-device-access-alarms的Android Action Bar Design图标包(ZIP直接下载)包中。
#3
1
Have a look inside SDK directories, entire theme's drawables are downloaded when you install a platform on Android SDK.
看看SDK目录,在Android SDK上安装平台时会下载整个主题的drawables。
This one is present at <sdk_path>/platforms/android-<version>/data/res/drawable-hdpi/ic_audio_alarm.png
right on your computer, where SDK is installed. Alternate resulotions are in their respective directories as well.
这个位于您安装SDK的计算机上的
For the lazy: you may even try using android.R.drawable.ic_audio_alarm
directly. If compiler says this resource isn't public, then you can just copy images from SDK directory to project's res
directory.
对于懒惰:你甚至可以尝试直接使用android.R.drawable.ic_audio_alarm。如果编译器说该资源不公开,那么您只需将图像从SDK目录复制到项目的res目录即可。
#4
0
It's available as a free download from the developer.android.com site. Go to this link, then download the Action Bar Icon Pack (or download it directly from here). The icon you seek is located at /All_Icons/holo_dark/xhdpi/10_device_access_alarms.png
.
它可以从developer.android.com网站免费下载。转到此链接,然后下载操作栏图标包(或直接从此处下载)。您寻找的图标位于/All_Icons/holo_dark/xhdpi/10_device_access_alarms.png。
#1
2
It's not available in the framework(See @User117's answer), but it is available in the DeskClock app. To be precise it's available here.
它在框架中不可用(请参阅@ User117的答案),但它可以在DeskClock应用程序中找到。确切地说,它可以在这里找到。
(It's hard to see since it's very light)
(很难看,因为它很轻)
If you want to clone the DeskClock app then you can run this:
如果要克隆DeskClock应用程序,则可以运行以下命令:
git clone https://android.googlesource.com/platform/packages/apps/DeskClock
#2
1
It is present in the Android Action Bar Design icon pack (ZIP direct download) pack under the name 10-device-access-alarms
.
它出现在名为10-device-access-alarms的Android Action Bar Design图标包(ZIP直接下载)包中。
#3
1
Have a look inside SDK directories, entire theme's drawables are downloaded when you install a platform on Android SDK.
看看SDK目录,在Android SDK上安装平台时会下载整个主题的drawables。
This one is present at <sdk_path>/platforms/android-<version>/data/res/drawable-hdpi/ic_audio_alarm.png
right on your computer, where SDK is installed. Alternate resulotions are in their respective directories as well.
这个位于您安装SDK的计算机上的
For the lazy: you may even try using android.R.drawable.ic_audio_alarm
directly. If compiler says this resource isn't public, then you can just copy images from SDK directory to project's res
directory.
对于懒惰:你甚至可以尝试直接使用android.R.drawable.ic_audio_alarm。如果编译器说该资源不公开,那么您只需将图像从SDK目录复制到项目的res目录即可。
#4
0
It's available as a free download from the developer.android.com site. Go to this link, then download the Action Bar Icon Pack (or download it directly from here). The icon you seek is located at /All_Icons/holo_dark/xhdpi/10_device_access_alarms.png
.
它可以从developer.android.com网站免费下载。转到此链接,然后下载操作栏图标包(或直接从此处下载)。您寻找的图标位于/All_Icons/holo_dark/xhdpi/10_device_access_alarms.png。