Update Dashboard padding

- make it the same as the one used for PreferenceFragments

Change-Id: I9575f0fef4492d76afb25b10af201839709517e9
This commit is contained in:
Fabrice Di Meglio
2014-05-19 15:11:24 -07:00
parent ac1c42f5dc
commit 7f2363e903

View File

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