2019-02-27 14:43:53 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-27 15:24:59 +00:00
|
|
|
android:paddingTop="@dimen/spacing_medium"
|
|
|
|
|
android:paddingBottom="@dimen/spacing_medium"
|
|
|
|
|
android:paddingStart="@dimen/spacing_large"
|
|
|
|
|
android:paddingEnd="@dimen/spacing_large">
|
2022-06-02 10:18:26 +00:00
|
|
|
<com.habitrpg.common.habitica.views.UsernameLabel
|
2019-02-27 14:43:53 +00:00
|
|
|
android:id="@+id/display_name_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/username_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
</LinearLayout>
|