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!
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.