what-the-bank/resources/res/animator/2130837504.xml

28 lines
893 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item
state_enabled="true"
NOT_FOUND_0x5="true"
NOT_FOUND_0x6="false">
<objectAnimator
android:duration="150"
android:valueTo="0dp"
android:valueType="floatType"
android:propertyName="elevation"/>
</item>
<item state_enabled="true">
<objectAnimator
android:duration="150"
android:valueTo="4dp"
android:valueType="floatType"
android:propertyName="elevation"/>
</item>
<item>
<objectAnimator
android:duration="0"
android:valueTo="0"
android:valueType="floatType"
android:propertyName="elevation"/>
</item>
</selector>