|
|
|
@ -44,20 +44,14 @@
|
|
|
|
|
android:id="@+id/app_bar_search"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:fitsSystemWindows="true"
|
|
|
|
|
app:liftOnScrollTargetViewId="@id/grid_games">
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
<com.google.android.material.search.SearchBar
|
|
|
|
|
android:id="@+id/search_bar"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:fitsSystemWindows="true">
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.search.SearchBar
|
|
|
|
|
android:id="@+id/search_bar"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:hint="@string/home_search_games" />
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
android:hint="@string/home_search_games" />
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
|
|
|
|
|
|
|
|