home_navigation_item.xml
747 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingVertical="@dimen/dp_5"
tools:context="com.studymachine.www.ui.adapter.NavigationAdapter">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_home_navigation_icon"
android:layout_width="@dimen/dp_60"
android:layout_height="wrap_content"
tools:srcCompat="@drawable/home_tab_file" />
</LinearLayout>