Merge "Update Dashboard layout - part 2"

This commit is contained in:
Fabrice Di Meglio
2014-06-25 21:19:49 +00:00
committed by Android (Google) Code Review
10 changed files with 171 additions and 13 deletions

View File

@@ -19,6 +19,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbarStyle="outsideOverlay"
android:paddingStart="@dimen/dashboard_side_margin"
android:paddingEnd="@dimen/dashboard_side_margin"
android:clipToPadding="false"
android:background="@color/dashboard_background_color">
<LinearLayout

View File

@@ -18,6 +18,8 @@
android:id="@+id/category"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/dashboard_category_padding_start"
android:paddingEnd="@dimen/dashboard_category_padding_end"
android:orientation="vertical"
android:background="@android:color/white"
android:layout_marginBottom="8dip"

View File

@@ -20,7 +20,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="match_parent"
android:layout_width="match_parent">
android:layout_width="match_parent"
android:background="@color/dashboard_background_color">
<LinearLayout
android:orientation="vertical"
@@ -39,6 +40,7 @@
android:id="@+id/prefs"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
/>
</LinearLayout>