elv_popup_hide.xml

1<?xml version="1.0" encoding="utf-8"?>
2<set xmlns:android="http://schemas.android.com/apk/res/android">
3	<alpha android:fromAlpha="1.0"
4		   android:toAlpha="0.0" 
5		   android:duration="500"
6		   android:repeatCount="0"/>
7</set>