2016-03-31 13:57:57 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-04-07 12:56:40 +00:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-03-31 13:57:57 +00:00
|
|
|
android:layout_width="@dimen/pet_image_width" android:layout_height="@dimen/pet_image_height"
|
|
|
|
|
android:layout_gravity="center">
|
2016-11-19 11:29:45 +00:00
|
|
|
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/pet_imageview"
|
2020-01-13 16:05:54 +00:00
|
|
|
android:layout_width="90dp" android:layout_height="90dp" android:layout_gravity="center" android:scaleType="center" />
|
2016-04-07 12:56:40 +00:00
|
|
|
</FrameLayout>
|