我試圖在Android的我提到在MainActivity我所有的arrtrs名單和XML文件自定義的意見,但我有在main.xml
錯誤:創建自定義視圖和XML命名空間
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:custom="http://schemas.android.com/apk/res/com.example.customviews.piechart"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.example.customviews.charting.piechart.MainActivity
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
custom:titleText="Background color"
custom:valueColor="@android:color/holo_green_light"
/>
</LinearLayout>
是什麼錯誤..粘貼logcat數據 – stinepike 2013-03-21 08:12:52
com.example.customviews.charting.piechart.MainActivity真的是一個視圖嗎?你需要發佈更多的東西來獲得答案。 – akaya 2013-03-21 08:14:48
在我看來'com.example.customviews.charting.piechart.MainActivity'沒有擴展'View',或者如果它是你需要一個更好的方式命名你的類/視圖。 – hardartcore 2013-03-21 08:24:33