Android Question question of customlistview

Status
Not open for further replies.

watesoft

Active Member
Licensed User
Longtime User
when I add customlistview on panel,Scrolling is not normal. no problem if add it on layout directly,why? is it a bug?
In addition, the customlistview Corner radius attribute does not work.
Also, how to set the fontsize of the customlistview?
 

watesoft

Active Member
Licensed User
Longtime User
Each thread should cover a single question.


Are you using xCustomListView library? Where is the code?

Hi,Erel
I have solved the Scrolling question. but I don't know how to set the fontsize with code like 'SingleLineLayout' of listview.
In addition,I want to remove VerticalFadingEdge of CustomListView. I use RunMethod2("setVerticalFadingEdgeEnabled",False,"java.lang.boolean"), but it is not success.
 
Upvote 0
Status
Not open for further replies.
Top