Is there somewhere I can get the typical XML styles from the Android design guides? -
this driving me insane @ times, why don't provide xml snippets of showing?
example: http://developer.android.com/design/building-blocks/lists.html
it'd nice know how using 2 lined list item layout.
sdk sources.
there many examples, metrics , need. including drawables. shamelessly copy them project keeping copyright notice , that's all.
but of course, you'll need study code bit...
by way, 2 line list item seems medium , small text, 4dp (or 8) between them, , 16 margins on top , bottom. left margin think 8dp.
there standard r.layout including two_line_list_item, put stuff on sides you'll need go custom. header standard list header available under r.layout.*
it follows design guides. nothing fancy.
Comments
Post a Comment