Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove selected text color attribute #70

Closed
wants to merge 3 commits into from

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    8e4c093 View commit details
    Browse the repository at this point in the history
  2. Remove tabTextColorSelected to rely on android:textColor

    - using android:textColor attribute you can specify a color resource or
    a hex value
    - if you specify a color state list, supported states are selected,
    focused and default
    - if you don't specify anything, it'll use the default_tab_text.xml
    color resource which behaves almost like the original sample (50% alpha
    instead of 150/255) for unselected tab text
    ataulm committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    46d173c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47f0e2 View commit details
    Browse the repository at this point in the history