Felix
Felix

Reputation: 4081

Android: Built in drawables in different sizes?

I'm using some of android's built in drawables, and am wondering whether they are available as vector graphics or in different sizes? I'm making my layout for xlarge screens, and the drawables I'm using look a little small. Thanks in advance!

Upvotes: 0

Views: 214

Answers (1)

Flávio Faria
Flávio Faria

Reputation: 6605

They're available as PNG files in different sizes. Check [your-sdk-dir]/platforms/android-X/data/res and you'll see all of its drawable resources.

Upvotes: 2

Related Questions