android - What view(s) can I use in order to create something like the about screen of the phone? -


i want write activity similar screen of android phones. want display information in style of screen of android phones. this

title1 info ----------------- title2 info ----------------- etc. 

is there special view can use or result of multiple views placed in specific way? or there activity template in android studio can use?

see preferenceactivity or preferencefragment. special list views populated either code or xml file. there many different preference types choose (checkbox, switch, list etc)

an example preference fragment:

enter image description here


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -