Questions tagged as 'tablelayout'

1
answer

How to add borders in the columns and rows of a TableLayout via code:

I created a table, however I need to add rows and columns to the table via code. Does anyone know how I can do this? Thank you in advance. How do I stay:     
asked by 21.01.2016 / 13:15
0
answers

How to fill the entire screen in landscape mode Table Layout?

I'm using a "TableLayout" in my application. This is my XML code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1"...
asked by 13.06.2017 / 00:42
2
answers

Android TableLayout does not beat

This is the layout I currently have: Andhere'sthecode: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" an...
asked by 22.07.2016 / 01:24