Manage your torrents from your Android device
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
732 B

<?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="@drawable/pressed_background_transdroid2" android:state_selected="true"/>
<item android:drawable="@drawable/pressed_background_transdroid2" android:state_checked="true" />
<item android:drawable="@drawable/pressed_background_transdroid2" android:state_activated="true"/>
<item android:drawable="@drawable/list_focused_transdroid2" android:state_focused="true" />
<item android:drawable="@drawable/pressed_background_transdroid2" android:state_pressed="true"/>
<item android:drawable="@android:color/transparent"/>
</selector>