Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
AlbumCover: Reduce round corner to 8dp
Browse files Browse the repository at this point in the history
Signed-off-by: Shinjo Akane <akane@akanework.org>
  • Loading branch information
AkaneTan committed Jul 17, 2023
1 parent 06d7d15 commit 5804f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/rp_album_cover.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<shape
android:shape="rectangle"
android:tint="?attr/colorSurfaceVariant">
<corners android:radius="10dp" />
<corners android:radius="8dp" />
</shape>
</item>
</ripple>

0 comments on commit 5804f1a

Please sign in to comment.