Skip to content

Instantly share code, notes, and snippets.

@franciscofranco
Last active August 29, 2015 14:08
Show Gist options
  • Save franciscofranco/428185021140785bfe65 to your computer and use it in GitHub Desktop.
Save franciscofranco/428185021140785bfe65 to your computer and use it in GitHub Desktop.
Custom Lollipop Preference Category layout for pre 5.0
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="center_vertical"
android:paddingLeft="64dp"
android:textColor="#DE000000"
android:textStyle="bold"
style="@style/TextAppearance.AppCompat.Body1"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment