diff --git a/app/src/main/res/layout-sw720dp/activity_settings.xml b/app/src/main/res/layout-sw720dp/activity_settings.xml index b879bc0ca25c57547b3f870a5794c91901a0cda5..c1b350d69b0633d50161939302ef45387ca0f408 100644 --- a/app/src/main/res/layout-sw720dp/activity_settings.xml +++ b/app/src/main/res/layout-sw720dp/activity_settings.xml @@ -29,12 +29,12 @@ <android.support.v7.widget.CardView android:layout_width="@dimen/max_content_width" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:layout_gravity="center_horizontal" android:layout_marginBottom="32dp" android:layout_marginTop="-64dp" - android:background="?attr/colorBackgroundCard" android:clipToPadding="false" + app:cardBackgroundColor="?attr/colorBackground" app:cardElevation="4dp"> <FrameLayout @@ -45,4 +45,4 @@ </android.support.v7.widget.CardView> </LinearLayout> -</android.support.v4.widget.DrawerLayout> \ No newline at end of file +</android.support.v4.widget.DrawerLayout>