aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_search_view.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-25 00:05:05 -0700
committerAllan Wang <me@allanwang.ca>2017-06-25 00:05:05 -0700
commitb51ce53886415bb4a6b320a3a53eee587ec8c288 (patch)
treeeb299ce570143c0fe2352793873a7876a8d4fc45 /library/src/main/res/layout/kau_search_view.xml
parent35b26d771199c1dbf0d67377627c9d8b27da388c (diff)
downloadkau-b51ce53886415bb4a6b320a3a53eee587ec8c288.tar.gz
kau-b51ce53886415bb4a6b320a3a53eee587ec8c288.tar.bz2
kau-b51ce53886415bb4a6b320a3a53eee587ec8c288.zip
Add annotations
Diffstat (limited to 'library/src/main/res/layout/kau_search_view.xml')
-rw-r--r--library/src/main/res/layout/kau_search_view.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/library/src/main/res/layout/kau_search_view.xml b/library/src/main/res/layout/kau_search_view.xml
index 5c2ad27..ddde753 100644
--- a/library/src/main/res/layout/kau_search_view.xml
+++ b/library/src/main/res/layout/kau_search_view.xml
@@ -68,24 +68,10 @@
android:layout_height="match_parent"
android:visibility="gone" />
- <FrameLayout
- android:layout_width="48dp"
- android:layout_height="match_parent">
-
- <ImageView
- android:id="@+id/search_mic"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackgroundBorderless"
- android:clickable="true"
- android:contentDescription="@string/kau_search"
- android:focusable="true"
- android:scaleType="center"
- android:visibility="gone" />
<ImageView
android:id="@+id/search_clear"
- android:layout_width="match_parent"
+ android:layout_width="48dp"
android:layout_height="match_parent"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:clickable="true"
@@ -93,8 +79,6 @@
android:focusable="true"
android:scaleType="center" />
- </FrameLayout>
-
</LinearLayout>
<View