Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Layout: Optimize AppBar background
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Dec 10, 2023
1 parent 2bb9dc5 commit e892f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@android:color/transparent">

<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/topAppBar"
Expand Down

0 comments on commit e892f5b

Please sign in to comment.