Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?><!--Currently Google SignIn button in Android does not support dark scheme.Using light scheme instead --><selector xmlns:android="http://schemas.android.com/apk/res/android"><itemandroid:state_enabled="false"android:drawable="@drawable/common_google_signin_btn_text_dark_disabled" /><itemandroid:state_pressed="true"android:drawable="@drawable/common_google_signin_btn_text_dark_pressed" /><itemandroid:state_focused="true"android:drawable="@drawable/common_google_signin_btn_text_dark_focused" /><itemandroid:drawable="@drawable/common_google_signin_btn_text_dark_normal" /></selector><!-- From: file:/tmp/tmp-deduplicated6141127760898580491/java/com/google/android/gmscore/integ/client/base/res/drawable/common_google_signin_btn_text_dark.xml -->