mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
8 lines
No EOL
636 B
XML
8 lines
No EOL
636 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/btn_round_pressed" />
|
|
<item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/btn_round_pressed" />
|
|
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/btn_round_pressed" />
|
|
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/btn_round_pressed" />
|
|
<item android:drawable="@drawable/btn_round"/>
|
|
</selector> |