Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev

This commit is contained in:
Christoph Studer
2014-07-15 10:13:27 +00:00
committed by Android (Google) Code Review
5 changed files with 13 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
android:layout_height="wrap_content"
android:paddingBottom="6dp"
android:paddingTop="6dp"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:orientation="vertical"
android:background="?android:attr/selectableItemBackground"
>

View File

@@ -21,7 +21,7 @@
android:orientation="vertical"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@color/dashboard_background_color">
android:background="?attr/dashboardBackgroundColor">
<LinearLayout
android:orientation="vertical"