3

I'm going to develop a UI something like the image below, but I don't know how can I get boxes likes this with shadows behind ?

How can I achieve this ? I'm wondering if TableLayout may be a good tool for this but I don't know where to start and how to add shadows. Any helps appreciated.

enter image description here

Michel Gokan Khan
  • 2,525
  • 3
  • 30
  • 54

2 Answers2

0

Take a look at this blog spot, "Definitely the most helpful post on this subject, 10x." : http://www.uifuel.com/android-creating-a-drop-shadow-in-xml-layout/

bashizip
  • 562
  • 5
  • 14
0

You can also use 9-patched images. Here you can find a good tutorial.

Michel Gokan Khan
  • 2,525
  • 3
  • 30
  • 54