You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!--
|
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
|
**
|
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
|
-->
|
|
|
|
<declare-styleable name="TouchListView">
|
|
|
|
<attr name="normal_height" format="dimension" />
|
|
|
|
<attr name="expanded_height" format="dimension" />
|
|
|
|
<attr name="grabber" format="reference" />
|
|
|
|
<attr name="dragndrop_background" format="color" />
|
|
|
|
<attr name="remove_mode">
|
|
|
|
<enum name="none" value="-1" />
|
|
|
|
<enum name="fling" value="0" />
|
|
|
|
<enum name="slide" value="1" />
|
|
|
|
<enum name="slideRight" value="1" />
|
|
|
|
<enum name="slideLeft" value="2" />
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
|
|
|
</resources>
|