removing some margins from the settings screen

This commit is contained in:
tibbi 2018-05-05 14:08:26 +02:00
parent a6960b0844
commit a050454fec

View File

@ -499,7 +499,6 @@
android:id="@+id/settings_show_grid_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:paddingBottom="@dimen/activity_margin"
android:paddingLeft="@dimen/normal_margin"
@ -649,7 +648,6 @@
android:id="@+id/settings_customize_widget_colors_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:paddingBottom="@dimen/activity_margin"
android:paddingLeft="@dimen/normal_margin"