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

11 lines
480 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/pet_image_width" android:layout_height="@dimen/pet_image_height"
android:layout_gravity="center">
<com.habitrpg.android.habitica.ui.views.stable.MountView
android:id="@+id/mount_imageview"
android:layout_width="68dp"
android:layout_height="68dp"
android:layout_gravity="center" />
</FrameLayout>