mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 02:11:24 +02:00
fix cardView shadow clipping (#188)
* fix cardView shadow clipping * decrease margin above cardView
This commit is contained in:
parent
23c5973501
commit
d33f250a56
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
android:id="@+id/list_apps_row_container"
|
android:id="@+id/list_apps_row_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="15sp"
|
|
||||||
android:layout_marginHorizontal="30sp">
|
android:layout_marginHorizontal="30sp">
|
||||||
|
|
||||||
<androidx.cardview.widget.CardView
|
<androidx.cardview.widget.CardView
|
||||||
|
@ -15,6 +14,7 @@
|
||||||
app:cardBackgroundColor="?cardBackgroundColor"
|
app:cardBackgroundColor="?cardBackgroundColor"
|
||||||
app:cardElevation="8dp"
|
app:cardElevation="8dp"
|
||||||
app:cardCornerRadius="12dp"
|
app:cardCornerRadius="12dp"
|
||||||
|
app:cardUseCompatPadding="true"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue