bssdk_toast_custom_bg.xml 838 B

1234567891011121314151617
  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:drawable="@drawable/google_bg_btn_text_disabled" />-->
  6. <!--&lt;!&ndash; Pressed state is handled by common_google_signin_btn_tint &ndash;&gt;-->
  7. <!--<item-->
  8. <!--android:state_focused="true"-->
  9. <!--android:drawable="@drawable/google_bg_btn_text_light_focused" />-->
  10. <item>
  11. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  12. <corners android:radius="@dimen/DIMEN_5DP"/>
  13. <solid android:color="@color/bssdk_toast_custom_color_solid"/>
  14. <stroke android:width="1px" android:color="@color/bssdk_toast_custom_color_stroke"/>
  15. </shape>
  16. </item>
  17. </selector>