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

Commit

Permalink
HomeFragment: Make carousel card's radius bigger
Browse files Browse the repository at this point in the history
Signed-off-by: Shinjo Akane <[email protected]>
  • Loading branch information
AkaneTan committed Jul 19, 2023
1 parent 0172e51 commit 7976417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/home_carousel_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="160dp"
android:foreground="?attr/selectableItemBackground"
app:cardCornerRadius="4dp"
app:cardCornerRadius="16dp"
app:strokeWidth="0dp">

<LinearLayout
Expand Down

0 comments on commit 7976417

Please sign in to comment.