13 lines
499 B
XML
13 lines
499 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="@dimen/dp200">
|
|
<ImageView
|
|
android:id="@+id/adapter_gallery_item_img_snapshoot"
|
|
android:background="@color/colorItem"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp200"
|
|
android:src="@mipmap/camera"
|
|
android:scaleType="center"/>
|
|
</RelativeLayout>
|