mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Added a clear search bar text button (#1063)
This commit is contained in:
@@ -39,6 +39,16 @@
|
||||
android:inputType="textNoSuggestions"
|
||||
android:imeOptions="actionSearch" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/clear_search_edit_view_search_activity"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_cancel_24dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="?attr/actionBarItemBackground" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/link_handler_image_view_search_activity"
|
||||
android:layout_width="wrap_content"
|
||||
|
Reference in New Issue
Block a user