summaryrefslogtreecommitdiff
path: root/res/xml/widget_sections.xml
diff options
context:
space:
mode:
authorSteven Ng <stevenckng@google.com>2021-10-01 10:17:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-10-01 10:17:47 +0000
commit9114f280a205c2a6a76b981bfec0bb3c16de780a (patch)
tree3ade410d9baf939259ca4a09023e1e4146425c3e /res/xml/widget_sections.xml
parent858d82b8be0082367b6a755ad4635260f359f922 (diff)
parent43859f10bca83e12f90a0bfad6241b1c6fe3c339 (diff)
downloadLauncher3-9114f280a205c2a6a76b981bfec0bb3c16de780a.tar.gz
Merge "Group weather widgets under the widget category" into sc-v2-dev
Diffstat (limited to 'res/xml/widget_sections.xml')
-rw-r--r--res/xml/widget_sections.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/xml/widget_sections.xml b/res/xml/widget_sections.xml
new file mode 100644
index 0000000000..d755de6f8a
--- /dev/null
+++ b/res/xml/widget_sections.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2021 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<widget-sections xmlns:launcher="http://schemas.android.com/apk/res-auto">
+ <section
+ launcher:category="0"
+ launcher:sectionDrawable="@drawable/ic_conversations_widget_category"
+ launcher:sectionTitle="@string/widget_category_conversations">
+ <widget launcher:provider="com.android.systemui/.people.widget.PeopleSpaceWidgetProvider" />
+ </section>
+</widget-sections> \ No newline at end of file