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

5 lines
256 B
XML
Raw Normal View History

2016-03-31 13:57:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<ImageView 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">
</ImageView>