Skip to content

Commit

Permalink
[Catalog] Fix top app bar in demos using activities
Browse files Browse the repository at this point in the history
Resolves #3663

PiperOrigin-RevId: 582023670
  • Loading branch information
imhappi authored and dsn5ft committed Nov 13, 2023
1 parent 22aadb7 commit d033733
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -15,11 +15,10 @@
limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<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"
android:orientation="vertical">

android:layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/cat_demo_activity_appbar"
android:layout_width="match_parent"
Expand All @@ -36,5 +35,6 @@
<FrameLayout
android:id="@+id/cat_demo_activity_container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit d033733

Please sign in to comment.