summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-04-27 17:40:20 -0700
committerWinson Chung <winsonc@google.com>2011-04-28 14:53:51 -0700
commit4b576be59e58072cc03b5a8d36afb6a322513575 (patch)
tree4bb56e5ca8dfc2438bf71739a32a24d7687021bf /res/values/attrs.xml
parent9e87bd8ee7bcd900bce27784a42fecd878016090 (diff)
downloadandroid_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.tar.gz
android_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.tar.bz2
android_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.zip
Adding back the widgets pane to the merged AllApps.
- Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 4f4425311..2323358c6 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -109,6 +109,19 @@
<attr name="pageSpacing" format="dimension" />
</declare-styleable>
+ <!-- AppsCustomizePagedView specific attributes. These attributes are used to
+ customize an AppsCustomizePagedView in xml files. -->
+ <declare-styleable name="AppsCustomizePagedView">
+ <!-- Horizontal spacing between widgets -->
+ <attr name="widgetCellWidthGap" format="dimension" />
+ <!-- Vertical spacing between widgets -->
+ <attr name="widgetCellHeightGap" format="dimension" />
+ <!-- Number of widgets horizontally -->
+ <attr name="widgetCountX" format="integer" />
+ <!-- Number of widgets vertically -->
+ <attr name="widgetCountY" format="integer" />
+ </declare-styleable>
+
<!-- CustomizePagedView specific attributes. These attributes are used to customize
a CustomizePagedView view in XML files. -->
<declare-styleable name="CustomizePagedView">