|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/text" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:ellipsize="marquee" |
|
|
|
|
@ -23,23 +23,25 @@ |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/search" |
|
|
|
|
android:layout_width="48dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="12dp" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:scaleType="center" |
|
|
|
|
android:src="@drawable/ic_search_on" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/filter" |
|
|
|
|
android:layout_width="48dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:scaleType="center" |
|
|
|
|
android:src="@drawable/ic_filter_on" /> |
|
|
|
|
|
|
|
|
|
|