Siva K
Siva K

Reputation: 4968

how to design this UI in android

i want to show a UI as like the following imageenter image description here

how to show the horizontal and vertical lines between those numbers

Upvotes: 0

Views: 189

Answers (1)

CaseyB
CaseyB

Reputation: 25060

See how the lines between the boxes cast shadows? and there is a shine that carries across sections? It looks to me like the that is just a background image with the numbers laid over top of it in certain positions. So do a Relative Layout with a background image.

Upvotes: 1

Related Questions