diff options
Diffstat (limited to 'library/src/main/res/layout')
-rw-r--r-- | library/src/main/res/layout/kau_search_view.xml | 18 |
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 |