xmlns:custom="http://schemas.android.com/apk/res/com.example.titlebar"
之前说错了 这样才是对的 没有删除功能真的好尴尬
之前说错了 这样才是对的 没有删除功能真的好尴尬
2017-03-01
在eclipse中应该按自己的路径写 xmlns:custom="http://schemas.android.com/apk/src/com.example.titlebar"
像我的就是在src文件下,写成res文件下当然找不到
像我的就是在src文件下,写成res文件下当然找不到
2017-03-01
eclipse中的写法是: xmlns:custom="http://schemas.android.com/apk/res/XXX" ,XXX应该与AndroidManifest.xml中package="XXX"的相同,比如我的
package="com.example.mytopbar"
android:versionCode="1"
android:versionName="1.0" >
那么该写成 xmlns:custom="http://schemas.android.com/apk/res/com.example.mytopbar
只有包名没有类名!!!!
package="com.example.mytopbar"
android:versionCode="1"
android:versionName="1.0" >
那么该写成 xmlns:custom="http://schemas.android.com/apk/res/com.example.mytopbar
只有包名没有类名!!!!
2017-02-10
addview 出错,the specified child already has a parent.
2017-01-21