
See http://www.google.com/design/spec/style/typography.html Remove useless attributes; add styles with proper paddings, size and color for caption and body text. Unfortunately, line spacing attributes are supported only since Jelly Bean.
8 lines
179 B
XML
8 lines
179 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<dimen name="applist_icon_normal_size">48dp</dimen>
|
|
<dimen name="applist_icon_compact_size">32dp</dimen>
|
|
|
|
</resources>
|