Border Lines for cells in GridLayout, TableLayout, or GridView?
问题 I am trying to create a table/grid for some items within my app and I would like to have a border around each cell to divide the items up and have a coherent association of the setting with the item. This app will be used in an industrial setting where there may be people unfamiliar with Android that need to use this, thus trying to make it as easy as possible. The table/grid will contain TextView , EditText , Spinner , and Button , and will also be scrollable (via ScrollView parent). I read