Drop-down animation
问题 I am trying to create a drop-down animation. When the user taps on a specified button @+id/btnToHideView , I would like a view @+id/relativeLayoutControls to drop down/slide up ( VISIBLE / GONE ). Here is how the layout file looks: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:id="@+id/btnToHideView" android:layout_width="25dp" android