2018-09-23 15:12:23 -03:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-04-21 20:28:01 -03:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2018-09-23 15:12:23 -03:00
|
|
|
|
|
|
|
<include
|
|
|
|
layout="@layout/list_empty_view"
|
|
|
|
android:id="@+id/list_empty_view"
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
2016-04-21 20:28:01 -03:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/mission_recycler"
|
|
|
|
android:layout_width="match_parent"
|
2018-09-23 15:12:23 -03:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|