Created
March 11, 2019 07:21
-
-
Save amirul12/368b569eccc93097de485504efc6d8d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <resources> | |
| <!-- font sizes --> | |
| <dimen name="font_larger">22sp</dimen> | |
| <dimen name="font_large">18sp</dimen> | |
| <dimen name="font_normal">15sp</dimen> | |
| <dimen name="font_small">12sp</dimen> | |
| <!-- typical spacing between two views --> | |
| <dimen name="spacing_huge">40dp</dimen> | |
| <dimen name="spacing_large">24dp</dimen> | |
| <dimen name="spacing_normal">14dp</dimen> | |
| <dimen name="spacing_small">10dp</dimen> | |
| <dimen name="spacing_tiny">4dp</dimen> | |
| <!-- typical sizes of views --> | |
| <dimen name="button_height_tall">60dp</dimen> | |
| <dimen name="button_height_normal">40dp</dimen> | |
| <dimen name="button_height_short">32dp</dimen> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment