1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Disable compatibility Floating Action Button selector transition animation to avoid background crossfading issue.

This commit is contained in:
Christophe Beyls 2015-01-19 19:37:26 +01:00
parent fbf3dfbb30
commit 87421b90dd

View file

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" <selector xmlns:android="http://schemas.android.com/apk/res/android">
android:enterFadeDuration="@android:integer/config_mediumAnimTime"
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:drawable="@drawable/fab_background_highlighted" android:state_pressed="true"/> <item android:drawable="@drawable/fab_background_highlighted" android:state_pressed="true"/>
<item android:drawable="@drawable/fab_background_highlighted" android:state_focused="true"/> <item android:drawable="@drawable/fab_background_highlighted" android:state_focused="true"/>
<item> <item>