android:id
=
"@+id/mLayout"
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:background
=
"@color/bg"
android:orientation
=
"vertical"
>
<
ImageView
android:id
=
"@+id/Viewimage"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
/>
<
GridView
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
/>
<
LinearLayout
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:orientation
=
"horizontal"
>
<
ImageButton
android:id
=
"@+id/EditBtn"
android:layout_width
=
"0dp"
android:layout_weight
=
"1"
android:layout_height
=
"match_parent"
/>
<
ImageButton
android:id
=
"@+id/CropBtn"
android:layout_width
=
"0dp"
android:layout_weight
=
"1"
android:layout_height
=
"match_parent"
/>
<
ImageButton
android:id
=
"@+id/ChangeBtn"
android:layout_width
=
"0dp"
android:layout_weight
=
"1"
android:layout_height
=
"match_parent"
/>
</
LinearLayout
>
</
LinearLayout
>