xml-
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/one"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/two"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
</RelativeLayout>
</RelativeLayout>
View.GONEでボタンを押した後、レイアウト2が非表示になります。画面を下にスワイプしたときにレイアウト2を元に戻したいのですが、どうすれば下にスワイプして検出し、レイアウトを元に戻すことができますか。