diff --git a/material-intro-screen/src/main/res/layout/fragment_slide.xml b/material-intro-screen/src/main/res/layout/fragment_slide.xml index b8ed075..adc6c1d 100644 --- a/material-intro-screen/src/main/res/layout/fragment_slide.xml +++ b/material-intro-screen/src/main/res/layout/fragment_slide.xml @@ -5,9 +5,9 @@ android:id="@+id/slide_background" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" - android:layout_marginTop="16dp" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:paddingTop="16dp" android:background="@android:color/transparent" android:clipToPadding="false" android:fitsSystemWindows="false"