Hello everybody
Actualy the question in subject... How to configure ListView of ListActivity via xml, for example padding, dividerHeight etc...
Hello everybody
Actualy the question in subject... How to configure ListView of ListActivity via xml, for example padding, dividerHeight etc...
Yes, it is You can do it via a separate Style xml sheet or you can set it as properties in much the same way as you set the name.
I suggest looking here for more info: Android Developers
I've found approprieate solution for me, the only one thing what I need is to declare ListView component with id="@android:id:list" in the root layout for the ListActivity. After that I am uble to customize ListView component which is used for the ListActivity in a normal way via xml.