blob: b64c3fb49d89c060e66e9902a3e76225c7a40964 [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">
<ImageView
android:id="@+id/navigation_item_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="16dp"
tools:src="@drawable/baseline_home_24"/>
<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_marginStart="72dp"
android:fontFamily="sans-serif-medium"
android:gravity="center_vertical"
android:textColor="@color/textColorPrimary"
android:textSize="14sp"
tools:text="Home" />
</RelativeLayout>