Я пытаюсь использовать cwac-touchlist в качестве библиотеки проекта в Eclipse:
https://github.com/commonsguy/cwac-touchlist
Кажется, все работает нормально, кроме случаев, когда я создаю свой XML
<?xml version="1.0" encoding="utf-8"?>
<com.commonsware.cwac.tlv.TouchListView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tlv="http://schemas.android.com/apk/res/com.commonsware.cwac.tlv.demo"
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:drawSelectorOnTop="false"
tlv:normal_height="64dip"
tlv:grabber="@+id/icon"
tlv:remove_mode="slideRight"
/>
Я получаю сообщение об ошибке:
No resource identifier found for attribute 'grabber' in package 'com.commonsware.cwac.tlv.demo'
В инструкциях говорится:
You will need to change the com.commonsware.cwac.tlv.demo to your own project's package in the tlv namespace declaration.
Но я не уверен, что переименовать этот пакет? Мой пакет проекта называется org.sheehan.activity