8 lines
438 B
XML
8 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/appwidget_dark_bg_pressed" android:state_pressed="true"/>
|
|
<item android:drawable="@drawable/appwidget_dark_bg_focused" android:state_enabled="true" android:state_focused="true" android:state_window_focused="true"/>
|
|
<item android:drawable="@drawable/appwidget_dark_bg"/>
|
|
|
|
</selector> |