How do I make the boxes here around the text? Do I have to change from Relative- or TableLayout? Are they called panels?
Asked
Active
Viewed 32 times
0
-
Assuming I understand what you are asking, look into [CardView](https://developer.android.com/reference/android/support/v7/widget/CardView.html) – Tristan Jul 17 '15 at 03:24
1 Answers
0
Android does not have a simply border property, so you can create a border by background image. You can see this answer: https://stackoverflow.com/a/3496310/587110