python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Child scrollable tablelayout isn't showing in my alertdialog. Why?
I am trying to show a table of data in my custom alertdialog in my app.
My custom alert xml:
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width=&...
user11452071
Votes: 0
Answers: 2
How to set table column weights for the table layout
I have two table layouts. One to display title and one more to display the data. The table with data should be scrollable hence written in a separate table layout.
The xml looks like this:
<Tab...
Nikitha
Votes: 0
Answers: 1