habitica-android/Habitica/res/layout/fragment_inbox_message_list.xml

17 lines
768 B
XML
Raw Normal View History

2017-06-20 09:30:58 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.habitrpg.android.habitica.ui.helpers.RecyclerViewEmptySupport
2017-06-20 09:30:58 +00:00
android:id="@+id/recyclerView"
android:layout_width="match_parent"
2020-11-02 17:20:56 +00:00
android:layout_height="0dp"
android:layout_weight="1"
app:windowInsetBottom="false" />
2017-06-20 09:30:58 +00:00
<com.habitrpg.android.habitica.ui.views.social.ChatBarView
android:id="@+id/chatBarView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>