Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created March 9, 2015 21:39
Show Gist options
  • Save johnybot/11320fc445c9af1edcd1 to your computer and use it in GitHub Desktop.
Save johnybot/11320fc445c9af1edcd1 to your computer and use it in GitHub Desktop.
ColorStateList textview
<TextView
android:id="@+id/menu_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Text.Title"
android:textColor="@color/menu_selector" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment