Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created May 28, 2013 20:03
Show Gist options
  • Save YvesBill/5665660 to your computer and use it in GitHub Desktop.
Save YvesBill/5665660 to your computer and use it in GitHub Desktop.
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceListItemSmall"
android:gravity="center_vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="#000"
android:background="?android:attr/activatedBackgroundIndicator"
android:minHeight="?android:attr/listPreferredItemHeightSmall"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment