Last change
on this file since 16435 was
16435,
checked in by jesteves, 3 years ago
|
Added Cast sample app. Not sure if all files were added successfully
|
File size:
574 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
---|
3 | <item |
---|
4 | android:state_enabled="false" |
---|
5 | android:color="@color/common_plus_signin_btn_text_dark_disabled" /> |
---|
6 | <item |
---|
7 | android:state_pressed="true" |
---|
8 | android:color="@color/common_plus_signin_btn_text_dark_pressed" /> |
---|
9 | <item |
---|
10 | android:state_focused="true" |
---|
11 | android:color="@color/common_plus_signin_btn_text_dark_focused" /> |
---|
12 | <item |
---|
13 | android:color="@color/common_plus_signin_btn_text_dark_default" /> |
---|
14 | </selector> |
---|
Note: See
TracBrowser
for help on using the repository browser.