android: frontend: fragment_settings: Remove margins.

This commit is contained in:
bunnei 2019-08-28 23:46:25 -04:00
parent 8fccc896f3
commit 4da1d3541a

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"/>