<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/menu_item_container"
|
android:layout_width="80dp"
|
android:layout_height="80dp"
|
android:clickable="true"
|
android:padding="8dp"
|
android:background="@drawable/menu_item_selector">
|
|
<ImageView
|
android:id="@+id/menu_item_image"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"/>
|
|
|
</RelativeLayout>
|