0

I've made a few shapes in drawable folder, is it possible to packed them in one resource file? How?

KnightCavalry
  • 377
  • 1
  • 6
  • 17

2 Answers2

0

Actually it is possible, by using level-list XML element.
If you look at this post it shows you how to do it.
You can even define the drawable within the level-list

Community
  • 1
  • 1
ilomambo
  • 8,290
  • 12
  • 57
  • 106
0

u can take indivitual images and place them one after the other with the

android:layout_x="0px" android:layout_y="6px" parameters..

but it is not possible by default in android

Abhishek Susarla
  • 578
  • 1
  • 6
  • 12