summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-06-30 16:10:26 +0200
committerChristoph Studer <chstuder@google.com>2014-07-14 17:20:17 +0200
commit9717fab53dc65ffe98c0df733b9b4a33bc154496 (patch)
tree53d53c437db4cff2f36900e125dc242ef10e106c /res/layout
parentcfc7f9d9600f7b4514ce9608314874bf1023eb21 (diff)
downloadpackages_apps_Settings-9717fab53dc65ffe98c0df733b9b4a33bc154496.zip
packages_apps_Settings-9717fab53dc65ffe98c0df733b9b4a33bc154496.tar.gz
packages_apps_Settings-9717fab53dc65ffe98c0df733b9b4a33bc154496.tar.bz2
NotificationStation: Fix crash, use dark theme
Bug: 15899979 Change-Id: Ieaa65e300cdc9cbed83b601b7a972a1e245c4961
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/notification_log_row.xml2
-rw-r--r--res/layout/settings_main.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/notification_log_row.xml b/res/layout/notification_log_row.xml
index 57f5a79..cf8b112 100644
--- a/res/layout/notification_log_row.xml
+++ b/res/layout/notification_log_row.xml
@@ -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"
>
diff --git a/res/layout/settings_main.xml b/res/layout/settings_main.xml
index 0cc018e..cfd4e64 100644
--- a/res/layout/settings_main.xml
+++ b/res/layout/settings_main.xml
@@ -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"