Skip to content

Commit 83e045e

Browse files
drchendsn5ft
authored andcommitted
[Doc] Internal change
PiperOrigin-RevId: 491990430 (cherry picked from commit 3dbffd3)
1 parent be8ff16 commit 83e045e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/Search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@ Putting it all together and using the scroll-away mode, the `SearchBar` and
312312
android:layout_height="match_parent">
313313

314314
<!-- NestedScrollingChild goes here (NestedScrollView, RecyclerView, etc.). -->
315-
<android.support.v4.widget.NestedScrollView
315+
<androidx.core.widget.NestedScrollView
316316
android:layout_width="match_parent"
317317
android:layout_height="match_parent"
318318
app:layout_behavior="@string/searchbar_scrolling_view_behavior">
319319
<!-- Screen content goes here. -->
320-
</android.support.v4.widget.NestedScrollView>
320+
</androidx.core.widget.NestedScrollView>
321321

322322
<com.google.android.material.appbar.AppBarLayout
323323
android:layout_width="match_parent"

0 commit comments

Comments
 (0)