summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-26 10:48:41 -0700
committerTony Wickham <twickham@google.com>2017-06-26 17:50:29 +0000
commit093c3ac7c3e265bda0b9dbd29138ced28126e14e (patch)
treedf6931db4af2589b8e7579493a35f2cf44b13e80 /res/layout
parent03a38a669cc01123858c309c5536c0c8d86bb831 (diff)
downloadandroid_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.tar.gz
android_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.tar.bz2
android_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.zip
Add dark widgets theme
Bug: 62907264 Change-Id: I9831e071eab9a746d1aacab7d023371cc4a631ef
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widgets_bottom_sheet.xml3
-rw-r--r--res/layout/widgets_view.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/widgets_bottom_sheet.xml b/res/layout/widgets_bottom_sheet.xml
index f1370f0c4..e8c6961f4 100644
--- a/res/layout/widgets_bottom_sheet.xml
+++ b/res/layout/widgets_bottom_sheet.xml
@@ -22,7 +22,8 @@
android:paddingTop="28dp"
android:background="?android:attr/colorPrimary"
android:elevation="@dimen/deep_shortcuts_elevation"
- android:layout_gravity="bottom">
+ android:layout_gravity="bottom"
+ android:theme="?attr/widgetsTheme">
<TextView
style="@style/TextTitle"
diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml
index 47b068385..558556ad8 100644
--- a/res/layout/widgets_view.xml
+++ b/res/layout/widgets_view.xml
@@ -24,7 +24,7 @@
android:layout_height="match_parent"
android:descendantFocusability="afterDescendants"
launcher:revealBackground="@drawable/round_rect_primary"
- android:theme="@style/WidgetContainerTheme">
+ android:theme="?attr/widgetsTheme">
<View
android:id="@+id/reveal_view"