|
@@ -101,8 +101,7 @@
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/publicShareList"
|
|
android:id="@+id/publicShareList"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="0dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
android:divider="@drawable/divider"
|
|
android:divider="@drawable/divider"
|
|
android:dividerHeight="1dp" />
|
|
android:dividerHeight="1dp" />
|
|
|
|
|
|
@@ -111,8 +110,7 @@
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/shareUsersList"
|
|
android:id="@+id/shareUsersList"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="0dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
android:divider="@drawable/divider"
|
|
android:divider="@drawable/divider"
|
|
android:dividerHeight="1dp" />
|
|
android:dividerHeight="1dp" />
|
|
|
|
|