There is no special parameter for making a border in Layout View. I found a method to define border for a Layout View. Create background rules xml file in drawable/borders.xml and specify background in your Layout View: This will add top and bottom borders with 1sp size.
Tag: layout
Android 3 sections layout with bottom buttons
I was looking for a layout solution as following: HEADER ListView BOTTOM section with functional buttons Here is a good solution how to make header and bottom TextViews Android Layout with ListView between a “top bar” and “bottom bar” But I needed also buttons in the bottom section. So, I came up with the following… Continue reading Android 3 sections layout with bottom buttons