2017-04-20 13:33:33 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
2025-01-30 10:29:45 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.helpers.RecyclerViewEmptySupport
|
2017-04-20 13:33:33 +00:00
|
|
|
android:id="@+id/recyclerView"
|
|
|
|
|
android:layout_width="match_parent"
|
2019-10-24 11:28:39 +00:00
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:layout_weight="1"/>
|
2017-05-15 09:07:17 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.views.social.ChatBarView
|
2017-11-15 17:08:19 +00:00
|
|
|
android:id="@+id/chatBarView"
|
2017-04-20 13:33:33 +00:00
|
|
|
android:layout_width="match_parent"
|
2017-05-15 09:07:17 +00:00
|
|
|
android:layout_height="wrap_content" />
|
2025-01-30 10:29:45 +00:00
|
|
|
</LinearLayout>
|