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

Commit

Permalink
HomeCarouselCard: Remove border
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 c217e46 commit 06d7d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/home_carousel_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="150dp"
android:layout_height="150dp"
app:cardCornerRadius="12dp">
app:cardCornerRadius="12dp"
style="?attr/materialCardViewElevatedStyle">
<ImageView
android:id="@+id/carousel_image_view"
android:layout_width="match_parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/home_carousel_card_recent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="60dp"
android:layout_height="60dp"
app:cardCornerRadius="6dp">
app:cardCornerRadius="6dp"
style="?attr/materialCardViewElevatedStyle">
<ImageView
android:id="@+id/carousel_image_view"
android:layout_width="match_parent"
Expand Down

0 comments on commit 06d7d15

Please sign in to comment.