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

Text Selector color for SnackButton #23

Closed
yelinaung opened this issue Sep 25, 2014 · 1 comment
Closed

Text Selector color for SnackButton #23

yelinaung opened this issue Sep 25, 2014 · 1 comment

Comments

@yelinaung
Copy link

Hi, I noticed that the default text selector for the SnackButton seems a bit odd.

  <item android:state_pressed="true"
        android:color="#22000000"/> <!-- pressed -->
  <item android:state_focused="true"
        android:color="#22000000"/> <!-- focused -->
  <item android:color="#ffffff"/>  <!--default --> 

screen shot - - at

I feel that state_pressed and state_focused should be only slightly darker. It's just what I think. I am not sure whether you put it purposely or not.

@MrEngineer13
Copy link
Owner

The reason I did it so dark was because I was using a TextView instead of a Button so the state_pressed and state_focused had to be noticeably darker. The next time I update the colors I'll take this into consideration. Also, if that is too dark you can set your own custom text color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants