Most voted "tablelayout" questions
4 questions
Sort by count of
-
0
votes1
answer927
viewsHow to add borders to the columns and rows of a Tablelayout via code:
I created a table, but I need to add rows and columns to the table via code. Does anyone know how I can do this? Thanks in advance. How I need you to stay:…
-
0
votes0
answers135
viewsHow to fill the entire screen in "Landscape" Table Layout mode?
I am 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"…
-
0
votes0
answers40
viewsHow to create a dynamic layout of equations system on android
I’m creating an application for Android that solves systems of linear equations in which the user defines the number of equations, and generates a system of Equations, where the user needs to define…
-
0
votes2
answers72
viewsTablelayout Android does not beat
This is the layout I currently have: And this is the code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"…