item_search.xml
1.13 KB
<?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:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:background="@drawable/round_ractagle_solid"
android:orientation="horizontal">
<ImageView
android:id="@+id/searchIcon"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="0"
android:adjustViewBounds="true"
android:padding="3dp" />
<TextView
android:id="@+id/searchIconText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:ellipsize="end"
android:gravity="center_horizontal|left|center_vertical"
android:maxLines="1"
android:paddingLeft="4dp"
android:paddingRight="7dp"
android:text="dfefef"
android:textSize="20sp" />
</LinearLayout>