summaryrefslogtreecommitdiff
path: root/library/full-support/res/layout/suw_glif_recycler_template_card.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/full-support/res/layout/suw_glif_recycler_template_card.xml')
-rw-r--r--library/full-support/res/layout/suw_glif_recycler_template_card.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/full-support/res/layout/suw_glif_recycler_template_card.xml b/library/full-support/res/layout/suw_glif_recycler_template_card.xml
index 9714ea4..cf67bd9 100644
--- a/library/full-support/res/layout/suw_glif_recycler_template_card.xml
+++ b/library/full-support/res/layout/suw_glif_recycler_template_card.xml
@@ -16,9 +16,11 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/suw_pattern_bg"
style="@style/SuwGlifCardBackground"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
<FrameLayout
style="@style/SuwGlifCardContainer"