1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/drawable/selectable_background_grey.xml
Christophe Beyls a9c9c40a46 Added room images. They can be shown by clicking on the room name in
EventDetailsFragment. (+500KB apk file size)
2014-01-10 01:38:49 +01:00

8 lines
No EOL
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:drawable="@color/translucent_grey" android:state_focused="true" android:state_pressed="false"/>
<item android:drawable="@color/translucent_grey" android:state_pressed="true"/>
<item android:drawable="@android:color/transparent"/>
</selector>