forked from amazingfate/loongoffice
9 lines
429 B
XML
9 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/handle_light" android:state_activated="true"/>
|
|
<item android:drawable="@drawable/handle_light" android:state_pressed="true"/>
|
|
<item android:drawable="@drawable/handle_light" android:state_focused="true"/>
|
|
<item android:drawable="@drawable/handle_default"/>
|
|
|
|
</selector> |