[Android Tips] SDK 内の Drawable リソースが一覧できる「Android Drawables」が便利!

2013.08.05

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので、ご注意ください。

Android Drawables

android_drawables01

Android Drawables」は SDK 内の Drawable リソースが一覧できる Web ツールです。
社内で共有してもらい、とても便利だったのでご紹介したいと思います。

SDK 内の Drawable リソースが種類ごとに一覧できます

android_drawables02

使いかたはシンプルです。Drawable の種類リストから見たい種類を選ぶだけです。

Drawable を一覧で見てみる

ということでそれぞれの種類ごとに一覧してみました。

Buttons

android_drawables03

ボタンに使われている Drawable です。CheckBox や RadioButton なども含まれています。

Dialog

android_drawables04

ダイアログのアイコンに使われている Drawable です。

Emoticons (絵文字)

android_drawables05

いわゆる絵文字です。かわいいですね!

Menu

android_drawables06

メニューに使われている Drawable です。3 系以降では ActionBar のメニューアイコンに使われます。

Status

android_drawables07

ステータスバーに表示する Drawable です。電池の残量マークや電波マークなどが含まれています。

Widgets

android_drawables08

EditText や Gallery などの Widget に使われている Drawable です。

Keyboard

android_drawables09

キーボードのアクションに使われている Drawable です。

Presence

android_drawables10

状態を示すアイコンに使われている Drawable です。

Sym

android_drawables11

主に電話に使われいる Drawable です。

Rate Star

android_drawables12

評価バーに使われいる Drawable です。

Jog Dial

android_drawables13

ロックスクリーンで使われている Drawable です。2 系用の Drawable のみのようですね。

Code Lock

android_drawables14

コードロック(ジェスチャーによるロック)で使われている Drawable です。

Other

android_drawables15

上記の種類に該当しない Drawable です。

まとめ

SDK の Drawable リソースを使うとき「このアイコンどういうやつだっけ?」となるときがよくありますが、リソースフォルダまで辿って調べて…というのは非常に手間です。このサイトを活用すれば Drawable の見た目からリソースを参照することができるのでとても効率的になります。開発時の参考にしましょう!