mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-23 20:29:51 +00:00
Improve: More corner rounding
Edge to edge cardview with padding
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="72dp"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:paddingHorizontal="10dp"
|
||||
app:cardBackgroundColor="?android:attr/colorBackground"
|
||||
app:cardCornerRadius="@dimen/shape_medium_corner"
|
||||
app:cardCornerRadius="@dimen/shape_large_corner"
|
||||
app:cardElevation="0dp"
|
||||
app:strokeWidth="0dp">
|
||||
|
||||
|
Reference in New Issue
Block a user