Skip to content

Instantly share code, notes, and snippets.

@RobinMalfait
Created July 25, 2017 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobinMalfait/5e21b2a0ab08dad51ecaa796fd1ec07d to your computer and use it in GitHub Desktop.
Save RobinMalfait/5e21b2a0ab08dad51ecaa796fd1ec07d to your computer and use it in GitHub Desktop.
<dimen name="text_spacing">4dp</dimen>
<dimen name="small_text">12sp</dimen>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="·"
android:textSize="@dimen/small_text"
android:layout_marginRight="@dimen/text_spacing" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment