<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:paddingVertical="@dimen/dp_5">
<ImageView
android:id="@+id/functionImageView"
android:layout_width="@dimen/homePngSize"
android:layout_height="@dimen/homePngSize"
android:src="@mipmap/ic_launcher" />
<TextView
android:id="@+id/homeFunctionView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/dp_5"
android:text="@string/app_name"
android:textColor="@color/black"
android:textSize="@dimen/sp_14" />
</LinearLayout>