summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-07-18 15:18:25 -0700
committerWinson Chung <winsonc@google.com>2013-07-18 15:18:25 -0700
commit5bc865e787b51ebbdebb14bf1eefc3a91f5f7c8d (patch)
treedee52677ea4215c83329be45b30c557883048afe /res/values/attrs.xml
parentea6772346e80bc9da677c0d3a7955b6b9ed953bb (diff)
downloadandroid_packages_apps_Trebuchet-5bc865e787b51ebbdebb14bf1eefc3a91f5f7c8d.tar.gz
android_packages_apps_Trebuchet-5bc865e787b51ebbdebb14bf1eefc3a91f5f7c8d.tar.bz2
android_packages_apps_Trebuchet-5bc865e787b51ebbdebb14bf1eefc3a91f5f7c8d.zip
Adding workaround for page indicators to support many pages.
- Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
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 154508379..09b880420 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -32,6 +32,13 @@
<attr name="drawIdentifier" format="string" />
</declare-styleable>
+ <!-- Page Indicator specific attributes. These attributes are used to customize
+ the cling in XML files. -->
+ <declare-styleable name="PageIndicator">
+ <!-- Used to identify how to draw the cling bg -->
+ <attr name="windowSize" format="integer" />
+ </declare-styleable>
+
<!-- Workspace specific attributes. These attributes are used to customize
the workspace in XML files. -->
<declare-styleable name="Workspace">