Merge "Update Dashboard padding"
This commit is contained in:
committed by
Android (Google) Code Review
commit
bc2111be4f
@@ -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