| 23410 |
tejbeer |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<!--Currently Google SignIn button in Android does not support dark scheme.
|
|
|
3 |
Using light scheme instead -->
|
|
|
4 |
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
5 |
<item
|
|
|
6 |
android:state_enabled="false"
|
|
|
7 |
android:drawable="@drawable/common_google_signin_btn_text_dark_disabled" />
|
|
|
8 |
<item
|
|
|
9 |
android:state_pressed="true"
|
|
|
10 |
android:drawable="@drawable/common_google_signin_btn_text_dark_pressed" />
|
|
|
11 |
<item
|
|
|
12 |
android:state_focused="true"
|
|
|
13 |
android:drawable="@drawable/common_google_signin_btn_text_dark_focused" />
|
|
|
14 |
<item
|
|
|
15 |
android:drawable="@drawable/common_google_signin_btn_text_dark_normal" />
|
|
|
16 |
</selector>
|
|
|
17 |
<!-- From: file:/tmp/tmp-deduplicated6141127760898580491/java/com/google/android/gmscore/integ/client/base/res/drawable/common_google_signin_btn_text_dark.xml -->
|