Skip to content

Commit

Permalink
fix: Transparent background in ShowBlockCollectionActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
aikrq committed Nov 3, 2024
1 parent 9903354 commit 6e32492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/manage_collection_show_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:orientation="vertical">

<com.google.android.material.appbar.AppBarLayout
Expand Down

0 comments on commit 6e32492

Please sign in to comment.