Loading res/layout/search_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:id="@+id/search_bar_container" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_scrollFlags="scroll|enterAlways" android:background="?android:attr/colorPrimary"> <androidx.cardview.widget.CardView android:id="@+id/search_bar" Loading res/layout/settings_homepage_container.xml +28 −16 Original line number Diff line number Diff line Loading @@ -15,19 +15,30 @@ limitations under the License. --> <androidx.core.widget.NestedScrollView <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <include layout="@layout/search_bar"/> </com.google.android.material.appbar.AppBarLayout> <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:descendantFocusability="blocksDescendants"> <include layout="@layout/search_bar"/> <FrameLayout android:id="@+id/contextual_cards_content" android:layout_width="match_parent" Loading @@ -40,3 +51,4 @@ </LinearLayout> </androidx.core.widget.NestedScrollView> </androidx.coordinatorlayout.widget.CoordinatorLayout> Loading
res/layout/search_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:id="@+id/search_bar_container" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_scrollFlags="scroll|enterAlways" android:background="?android:attr/colorPrimary"> <androidx.cardview.widget.CardView android:id="@+id/search_bar" Loading
res/layout/settings_homepage_container.xml +28 −16 Original line number Diff line number Diff line Loading @@ -15,19 +15,30 @@ limitations under the License. --> <androidx.core.widget.NestedScrollView <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <include layout="@layout/search_bar"/> </com.google.android.material.appbar.AppBarLayout> <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:descendantFocusability="blocksDescendants"> <include layout="@layout/search_bar"/> <FrameLayout android:id="@+id/contextual_cards_content" android:layout_width="match_parent" Loading @@ -40,3 +51,4 @@ </LinearLayout> </androidx.core.widget.NestedScrollView> </androidx.coordinatorlayout.widget.CoordinatorLayout>