Android adding simple animations while setvisibility(view.Gone)

I have designed a simple layout.I have finished the design without animation, but now I want to add animations when textview click event and I don’t know how to use it. Did my xml design looks good or not? Any suggestions would be appreciated. My XML <?xml version=”1.0″ encoding=”UTF-8″?> <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:layout_width=”fill_parent” android:layout_height=”fill_parent” android:longClickable=”false” android:orientation=”vertical” … Read more