blob: 6de729d76af0e8f5ad7c9b807ad42f270fb41f5d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackground"
android:drawSelectorOnTop="true">
<android.support.v7.widget.AppCompatImageView
android:id="@+id/navigation_item_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
android:alpha="0.54"
tools:src="@drawable/ic_home_black" />
<TextView
android:id="@+id/navigation_item_title"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:layout_centerVertical="true"
android:layout_marginEnd="16dp"
android:layout_marginLeft="72dp"
android:layout_marginRight="16dp"
android:layout_marginStart="72dp"
android:alpha="0.87"
android:fontFamily="sans-serif-medium"
android:gravity="center_vertical"
android:textColor="@color/black"
android:textSize="14sp"
tools:text="Home" />
</RelativeLayout>