Use an extra container for the margin to be taken into account by the layout_scrollFlags
This commit is contained in:
parent
8170f523e0
commit
b203093073
|
@ -78,6 +78,12 @@
|
|||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
|
||||
<!-- Use an extra container for the margin to be taken into account by the layout_scrollFlags -->
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap">
|
||||
|
||||
<androidx.appcompat.widget.SearchView
|
||||
android:id="@+id/searchView"
|
||||
style="@style/VectorSearchView"
|
||||
|
@ -87,9 +93,10 @@
|
|||
android:layout_marginBottom="4dp"
|
||||
android:background="@null"
|
||||
android:minHeight="0dp"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
tools:queryHint="@string/search_hint" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
Loading…
Reference in New Issue