Skip to content

Instantly share code, notes, and snippets.

@tbruyelle
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbruyelle/535816a7da15eab56c89 to your computer and use it in GitHub Desktop.
Save tbruyelle/535816a7da15eab56c89 to your computer and use it in GitHub Desktop.
list_section.xml
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="center_vertical"
android:paddingLeft="72dp"
android:paddingRight="16dp"
android:textColor="?android:attr/textColorSecondary"
android:textStyle="bold"
tools:text="My section"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment