简体   繁体   中英

Android Listview does not be scrollable at the end

Iam loading some xml data and parsing it, then display it in listview by custom array adapter. In the last item the listview does not load all the text and it does not be scrollable to get the text as the following image:

图片描述问题

And this is the template xml i use to display the data in the ListView:

图像来清除问题

I don't know what should i drag exactly, but i hope this is clearfy.

based on this topic:

https://stackoverflow.com/a/46093609/8244139

you should write this code in your style so the context appear between appbar and nav bar:

<item name="android:fitsSystemWindows">true</item>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM