0

How do I make the boxes here around the text? Do I have to change from Relative- or TableLayout? Are they called panels?

enter image description here

  • 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 Answers1

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

Community
  • 1
  • 1
xtr
  • 5,870
  • 1
  • 21
  • 23