arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 668 forks source link

Strange white bar when I close the search #84

Closed benoffi7 closed 8 years ago

benoffi7 commented 8 years ago

1) Open the app, all normal

1

2) Open the search, all normal

2

3) Close the search...the white bar appears!

3

<com.arlib.floatingsearchview.FloatingSearchView
            android:id="@+id/floating_search_view"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            app:floatingSearch_dismissOnOutsideTouch="true"
            app:floatingSearch_leftActionMode="showHome"
            app:floatingSearch_searchBarMarginLeft="@dimen/search_view_inset"
            app:floatingSearch_searchBarMarginRight="@dimen/search_view_inset"
            app:floatingSearch_searchBarMarginTop="@dimen/search_view_inset"
            app:floatingSearch_searchHint="Search..."
            app:floatingSearch_showSearchKey="true"
            app:floatingSearch_dividerColor="@color/nic_500"
            app:floatingSearch_showOverFlowMenu="false"
            app:floatingSearch_actionMenuOverflowColor="@color/white"
            app:floatingSearch_suggestionRightIconColor="@color/white"
            app:floatingSearch_showMenuAction="true"
            app:floatingSearch_suggestionsListAnimDuration="250"
            app:floatingSearch_backgroundColor="@color/nic_500"
            app:floatingSearch_menu="@menu/menu_carrito"
            app:floatingSearch_hintTextColor="@color/white"
            app:floatingSearch_viewTextColor="@color/nic_500"
            app:floatingSearch_leftActionColor="@color/white"
            app:floatingSearch_menuItemIconColor="@color/white"
            app:floatingSearch_clearBtnColor="@color/white"
            app:floatingSearch_dimBackground="true"/>

The color _nic500 is a red one

arimorty commented 8 years ago

This is already mentioned here https://github.com/arimorty/floatingsearchview/issues/77 and I am working on fixing that.

Thanks for feedback,

benoffi7 commented 8 years ago

Thanks!

2016-07-03 20:28 GMT-03:00 Ari notifications@github.com:

Closed #84 https://github.com/arimorty/floatingsearchview/issues/84.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arimorty/floatingsearchview/issues/84#event-711505541, or mute the thread https://github.com/notifications/unsubscribe/AA7SY561jCWHJF3QZqLm3Q-KeP-OGfzUks5qSEWDgaJpZM4JDqEs .