16 lines
482 B
XML
16 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/sub_image_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:scaleType="centerCrop"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginLeft="5dp"/>
|
|
|
|
|
|
</RelativeLayout> |