Merge "Update Dashboard layout - part 2"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f65f0e7575
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user