summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-10 12:26:23 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-10 12:27:51 -0800
commit7c50b31f57e3e3ec1f433d243afe05554dcaf977 (patch)
treeb244d7b5cf1d0c7e753fb3f6751c4108cd87d0a5 /res/values/attrs.xml
parent323117ca37483c2adcd14b9969e2a36ea57a9d6a (diff)
parent3826bab27ef3e7608aba112bd0f5ce2e7c3eac5b (diff)
downloadandroid_packages_apps_Trebuchet-7c50b31f57e3e3ec1f433d243afe05554dcaf977.tar.gz
android_packages_apps_Trebuchet-7c50b31f57e3e3ec1f433d243afe05554dcaf977.tar.bz2
android_packages_apps_Trebuchet-7c50b31f57e3e3ec1f433d243afe05554dcaf977.zip
resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.
Change-Id: I14ff2d67de4ba97628bdf651602724f9f4989173
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 55166cf24..34d86df2d 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -43,6 +43,13 @@
<attr name="pageIndicator" format="reference" />
</declare-styleable>
+ <!-- BaseContainerView specific attributes. These attributes are used to customize
+ AllApps view and WidgetsView in xml. -->
+ <declare-styleable name="BaseContainerView">
+ <!-- Drawable to use for the reveal animation -->
+ <attr name="revealBackground" format="reference" />
+ </declare-styleable>
+
<!-- XML attributes used by default_workspace.xml -->
<declare-styleable name="Favorite">
<attr name="className" format="string" />