Skip to content

Commit

Permalink
fix: make notification header background work well when hovered upon
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Oct 12, 2023
1 parent d829c65 commit 26579ab
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="64dp"
android:gravity="center_vertical"
android:background="?android:selectableItemBackground">
android:gravity="center_vertical">

<ImageView
android:id="@+id/icon"
Expand Down

0 comments on commit 26579ab

Please sign in to comment.