Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase font sizes for labels and values #17

Open
kdomingo opened this issue Oct 7, 2015 · 1 comment
Open

Increase font sizes for labels and values #17

kdomingo opened this issue Oct 7, 2015 · 1 comment

Comments

@kdomingo
Copy link

kdomingo commented Oct 7, 2015

How can we make the font sizes a little bit bigger?

@ebinjoy999
Copy link

ebinjoy999 commented Sep 13, 2017

Change in styles

 <style name="TextAppearance.Form.Section" parent="@style/TextAppearance.AppCompat.Body2">
 +        <item name="android:textAllCaps">true</item><!-- default textSize: 16sp -->
 +    </style>
 +    <style name="TextAppearance.Form.Label" parent="@style/TextAppearance.AppCompat.Body1">
 +        <item name="android:textSize">16sp</item><!-- default textSize: 14sp, font: Regular -->
 +    </style>
 +    <style name="TextAppearance.Form.Value" parent="@style/TextAppearance.AppCompat.Body2">
 +        <item name="android:textSize">16sp</item><!-- default textSize: 14sp, font: Medium -->
 +    </style>
 +    <style name="TextAppearance.Form.Button" parent="@style/TextAppearance.AppCompat.Subhead">
 +        <item name="android:textAllCaps">true</item><!-- default textSize: 16sp -->
 +    </style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants