37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2012 Andrew Neal
|
|
Copyright (C) 2014 The CyanogenMod 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.
|
|
-->
|
|
<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" />
|
|
<attr name="dragViewClickable" format="boolean" />
|
|
<attr name="overlay" format="boolean"/>
|
|
<attr name="anchorPoint" format="float" />
|
|
<attr name="initialState" format="enum">
|
|
<enum name="expanded" value="0" />
|
|
<enum name="collapsed" value="1" />
|
|
<enum name="anchored" value="2" />
|
|
<enum name="hidden" value="3" />
|
|
</attr>
|
|
</declare-styleable>
|
|
</resources>
|