summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-26 21:34:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-26 21:34:59 +0000
commit7a0ec3f28c4e055a4be7a46fbf46f5f3f5019040 (patch)
tree1ebb9da6ae2ab0d14a40cc4a1ef36ecc4c0a0388 /res/layout
parent3ed30765502f45cc0e922954840ef11f474e3c8b (diff)
parent093c3ac7c3e265bda0b9dbd29138ced28126e14e (diff)
downloadandroid_packages_apps_Trebuchet-7a0ec3f28c4e055a4be7a46fbf46f5f3f5019040.tar.gz
android_packages_apps_Trebuchet-7a0ec3f28c4e055a4be7a46fbf46f5f3f5019040.tar.bz2
android_packages_apps_Trebuchet-7a0ec3f28c4e055a4be7a46fbf46f5f3f5019040.zip
Merge "Add dark widgets theme" into ub-launcher3-dorval-polish
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"