|
|
@ -14,7 +14,6 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp"/> |
|
|
|
android:layout_height="25dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
<FrameLayout |
|
|
|
android:id="@+id/content_panel" |
|
|
|
android:id="@+id/content_panel" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
@ -26,12 +25,6 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" /> |
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|
|
|
android:id="@+id/recycler_view" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/> |
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
<View |
|
|
|