我正在尝试为我的申请获得ArcMenu。
代码本身运行良好,但我不知道如何使它与另一个项目一起工作。 它看起来不像Android库项目......
当我尝试使用我自己的项目时,这就是我在Eclipse的控制台中得到的:
res/layout/arc_menu.xml:4: error: No resource identifier found for attribute 'fromDegrees' in package 'com.capricorn'
res/layout/arc_menu.xml:4: error: No resource identifier found for attribute 'toDegrees' in package 'com.capricorn'
res/layout/ray_menu.xml:4: error: No resource identifier found for attribute 'childSize' in package 'com.capricorn'
res/layout/ray_menu.xml:4: error: No resource identifier found for attribute 'leftHolderWidth' in package 'com.capricorn'
答案 0 :(得分:2)
修改强>
我将ArcMenu分叉并在Github上发布。
现在出现了更好的重新编码:https://github.com/siyamed/android-satellite-menu
我建议你使用那个。
答案 1 :(得分:0)
似乎在您的XML上没有正确定义命名空间。
例如对于所有android框架的东西是:
xmlns:android="http://schemas.android.com/apk/res/android"
我建议您查看示例中的ArcLibrary。