summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-08-21 18:52:12 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 11:58:47 -0800
commit5d1b17921ef3f60e1ce58c6b64664e34ddf9b972 (patch)
tree9ba6cd147dbeba14bef4ec626ab2cf235fb489b3 /res/values/attrs.xml
parentb6facc786099a943f8269426355c62462174f61f (diff)
downloadandroid_packages_apps_Eleven-5d1b17921ef3f60e1ce58c6b64664e34ddf9b972.tar.gz
android_packages_apps_Eleven-5d1b17921ef3f60e1ce58c6b64664e34ddf9b972.tar.bz2
android_packages_apps_Eleven-5d1b17921ef3f60e1ce58c6b64664e34ddf9b972.zip
Eleven: Add two sliding panels to the player
This does most of the work to change the player activity to a fragment and integrate the sliding panel logic. Since this is a pretty large change I'll be checking this piece in first and then continue to hook up the remaining pieces Change-Id: Ibc8ee392a939a4a965a3164558ccf075b4d35567
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 4e27b72..c3802b9 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -16,8 +16,10 @@
<resources>
<declare-styleable name="SlidingUpPanelLayout">
<attr name="panelHeight" format="dimension" />
+ <attr name="slidePanelOffset" format="dimension" />
<attr name="shadowHeight" format="dimension" />
<attr name="paralaxOffset" format="dimension" />
+ <attr name="directOffset" format="boolean" />
<attr name="fadeColor" format="color" />
<attr name="flingVelocity" format="integer" />
<attr name="dragView" format="reference" />