android: frontend: fragment_settings: Remove margins.

This commit is contained in:
bunnei 2019-08-28 23:46:25 -04:00
parent af91be1d09
commit 5cf2a25e8a

View File

@ -6,9 +6,6 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/list_settings"
android:background="@android:color/white"
android:elevation="@dimen/elevation_high"
android:layout_marginStart="@dimen/activity_horizontal_margin"
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:layout_width="match_parent"
android:layout_height="match_parent"/>