gpt4 book ai didi

java - 在 Java 中重命名 cwac-touchlist 包时出现问题

转载 作者:行者123 更新时间:2023-11-29 06:13:15 24 4
gpt4 key购买 nike

我正在尝试将 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

最佳答案

然后改变:

xmlns:tlv="http://schemas.android.com/apk/res/com.commonsware.cwac.tlv.demo"

到:

xmlns:tlv="http://schemas.android.com/apk/res/org.sheehan.activity"

关于java - 在 Java 中重命名 cwac-touchlist 包时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6015798/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com