Twidere-App-Android-Twitter.../twidere.extension.twitlonger/src/main/res/drawable/list_selector_background_tr...

8 lines
309 B
XML

<?xml version="1.0" encoding="utf-8"?>
<transition xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:drawable="@drawable/list_pressed_holo"/>
<item android:drawable="@drawable/list_longpressed_holo"/>
</transition>