Skip to content

Commit 442ae8a

Browse files
committed
update sample
1 parent 73c6ede commit 442ae8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@
107107

108108
<com.lxj.dragpanel.FillRecyclerView
109109
android:id="@+id/recyclerView"
110+
android:visibility="gone"
110111
android:layout_width="match_parent"
111112
android:layout_height="wrap_content"/>
112113

113114
<TextView
114115
android:id="@+id/tv2"
116+
android:visibility="gone"
115117
android:layout_width="match_parent"
116118
android:layout_height="1100dp"
117119
android:background="#fff"
@@ -121,6 +123,7 @@
121123

122124
<com.lxj.dragpanel.FillRecyclerView
123125
android:id="@+id/recyclerView2"
126+
android:visibility="gone"
124127
android:layout_width="match_parent"
125128
android:layout_height="wrap_content"/>
126129
</com.lxj.dragpanel.FillLinearLayout>

0 commit comments

Comments
 (0)