2020-08-21 22:43:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
2020-08-26 16:57:23 +00:00
|
|
|
android:layout_height="200dp"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
2022-05-17 13:16:19 +00:00
|
|
|
<com.habitrpg.common.habitica.views.AvatarView
|
2020-08-21 22:43:52 +00:00
|
|
|
android:id="@+id/avatar_view"
|
|
|
|
|
android:layout_width="87dp"
|
|
|
|
|
android:layout_height="69dp"
|
|
|
|
|
android:layout_gravity="center_horizontal|top"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:showBackground="false"
|
|
|
|
|
app:showMount="false"
|
|
|
|
|
app:showPet="false"
|
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
2020-08-26 16:57:23 +00:00
|
|
|
android:id="@+id/filler_1"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="16dp"
|
|
|
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:lines="1"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textColor="@color/gray_300"
|
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
2022-06-30 10:53:54 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.views.UsernameLabel
|
2020-08-21 22:43:52 +00:00
|
|
|
android:id="@+id/display_name_textview"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:baselineAligned="false"
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/subline_textview"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:lines="1"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="center"
|
2022-07-29 09:35:02 +00:00
|
|
|
android:gravity="center"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:textColor="@color/gray_300"
|
|
|
|
|
android:textSize="12sp"
|
2021-02-23 10:49:59 +00:00
|
|
|
tools:text="/@Username" />
|
2020-08-21 22:43:52 +00:00
|
|
|
|
|
|
|
|
<TextView
|
2020-08-26 16:57:23 +00:00
|
|
|
android:id="@+id/filler_2"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="2dp"
|
|
|
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:lines="1"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textColor="@color/gray_300"
|
2022-07-29 09:35:02 +00:00
|
|
|
android:gravity="center"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
2021-02-23 10:49:59 +00:00
|
|
|
<TextView
|
2020-08-21 22:43:52 +00:00
|
|
|
android:id="@+id/message_text"
|
|
|
|
|
android:layout_width="348dp"
|
|
|
|
|
android:layout_height="42dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="8dp"
|
2025-07-01 18:15:07 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
2020-08-21 22:43:52 +00:00
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
|
android:lineSpacingMultiplier="1.0"
|
|
|
|
|
android:text="Start chatting below! Remember to be friendly and follow the Community Guidelines."
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textColor="@color/gray_300"
|
2022-07-29 09:35:02 +00:00
|
|
|
android:gravity="center"
|
2020-08-21 22:43:52 +00:00
|
|
|
tools:text="Start chatting below! Remember to be friendly and follow the Community Guidelines." />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|