item_search.xml 686 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"
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_margin="20dp">


    <ImageView
        android:id="@+id/searchIcon"
        android:layout_width="100dp"
        android:layout_height="wrap_content"
        android:adjustViewBounds="true"/>

    <TextView
        android:id="@+id/searchIconText"
        android:layout_width="150dp"
        android:layout_height="wrap_content"
        android:textSize="20sp"/>

</LinearLayout>