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

14 lines
532 B
XML
Raw Permalink Normal View History

2022-05-15 05:03:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
2022-12-19 13:40:02 +00:00
android:layout_height="match_parent">
2022-05-15 05:03:39 +00:00
2022-06-02 08:24:25 +00:00
<com.habitrpg.common.habitica.views.AvatarView
2022-05-15 05:03:39 +00:00
android:id="@+id/avatar_view"
android:layout_centerHorizontal="true"
android:layout_width="@dimen/avatar_width"
android:layout_height="@dimen/avatar_height"
android:layout_marginTop="24dp"/>
</RelativeLayout>