aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_search.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml
index 8d4055ca..3e68d158 100644
--- a/app/src/main/res/layout/activity_search.xml
+++ b/app/src/main/res/layout/activity_search.xml
@@ -40,6 +40,16 @@
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"
android:layout_height="wrap_content"