Open zedinson opened 6 years ago
Hi @zedinson,
yes, this behavior is known. It is the same as for the native ListView. All you can do is set an absolute height or set it to "match_parent".
Best regards, Ingo
...and then how could I add an edge, if the size of my table is dynamic and when the size of my table does not occupy the whole screen
If you provide a small drawing how you want to have your layouting, I could provide a layout file for it.
I want to adjust the borders to my pivot table I show the images http://prntscr.com/kq45lf http://prntscr.com/kq45yr
Dear developer
this is how I applied the edge, but it appears tableView.backgroundDrawable = ContextCompat.getDrawable(context,R.drawable.border)
R.drawable.border
`<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<stroke
android:width="2px"
android:color="#000000"/>
`
Thanks in advance
I can not adjust the content to the tables using the height property wrap_content does not fit the content
`<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"
`
http://prntscr.com/koaao3