Skip to content

Instantly share code, notes, and snippets.

@amirul12
Created March 11, 2019 07:21
Show Gist options
  • Select an option

  • Save amirul12/368b569eccc93097de485504efc6d8d8 to your computer and use it in GitHub Desktop.

Select an option

Save amirul12/368b569eccc93097de485504efc6d8d8 to your computer and use it in GitHub Desktop.
<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