2018-11-08 22:03:30 +00:00
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-04-21 23:28:01 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2018-09-23 18:12:23 +00:00
|
|
|
|
|
|
|
<include
|
|
|
|
layout="@layout/list_empty_view"
|
|
|
|
android:id="@+id/list_empty_view"
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
2019-10-04 12:59:08 +00:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
2016-04-21 23:28:01 +00:00
|
|
|
android:id="@+id/mission_recycler"
|
|
|
|
android:layout_width="match_parent"
|
2018-11-08 22:03:30 +00:00
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|