Android Question CustomListView AddTextItem() Gravity

James Chamblin

Active Member
Licensed User
Longtime User
I am using the CustomListView class. When I add a text item with AddTextItem(), I would like the text to be centered in the view. I tried changing the parameter in the Designer, but it seemed to have no effect. How can I change the gravity of the text item?
 
Top