Update Dashboard padding
- make it the same as the one used for PreferenceFragments Change-Id: I9575f0fef4492d76afb25b10af201839709517e9
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
android:id="@+id/dashboard"
|
android:id="@+id/dashboard"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingStart="12dp"
|
android:paddingStart="@*android:dimen/preference_fragment_padding_side"
|
||||||
android:paddingEnd="12dp"
|
android:paddingEnd="@*android:dimen/preference_fragment_padding_side"
|
||||||
android:scrollbarStyle="outsideOverlay"
|
android:scrollbarStyle="outsideOverlay"
|
||||||
android:background="@color/dashboard_background_color">
|
android:background="@color/dashboard_background_color">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user