[fenix] No issue - Fixes the shadow getting clipped on Session items

pull/600/head
Jeff Boek 6 years ago
parent fd81d0c585
commit 48c455f4c0

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/session_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"/>
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/session_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:clipToPadding="false" />

@ -9,7 +9,6 @@
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="@android:color/white"
android:clipChildren="true"
app:cardCornerRadius="10dp"
app:cardElevation="5dp">

Loading…
Cancel
Save