- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:padding="5dp"
- android:layout_height="wrap_content">
- <ImageView
- android:id="@+id/img_view"
- android:layout_width="95dp"
- android:scaleType="fitXY"
- android:paddingBottom="6dp"
- android:layout_height="95dp" />
- </RelativeLayout>
|