
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.
9 lines
236 B
XML
9 lines
236 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="RepoDetailsBody">
|
|
<item name="android:lineSpacingMultiplier">1.25</item>
|
|
</style>
|
|
|
|
</resources>
|