你好,我建一個小部件,它包含的標題和內容分隔 也只是像往常一樣,我進口我的圖像被拉伸的文件夾錯誤:無法處理PNG圖像的Android
一個imageview的我宣佈我的窗口小部件的XML圖像佈局是這樣的:
<ImageView
android:id="@+id/img_widget"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dip"
android:layout_marginBottom="10dip"
android:gravity="center_vertical|center_horizontal"
android:src="@drawable/divider"/>
它在我的文件夾繪製 divider.9.png所以,當我開始編譯這個事實證明錯誤 不是在xml文件,但在圖像本身
當我看着控制檯它說:
ERROR: Failure processing PNG image /home/drikvi/workspace/AnimList/res/drawable-hdpi/divider.9.png
[2011-06-23 15:18:59 - AnimList] W/ResourceType(2305): Bad XML block: header size 2433 or total size 0 is larger than data size 0
[2011-06-23 15:18:59 - AnimList] W/ResourceType(2305): Bad XML block: header size 2433 or total size 0 is larger than data size 0
我真的不知道這個嗎?
任何解決方案?
好吧,我已經修補過它...我會試試:) – user724861
好吧,試試我的建議。如果它起作用,那麼9貼片格式就有問題。如果仍然失敗,那麼你的png格式有問題。 –
好吧,它的作品!但我仍然需要9個補丁圖像...嗯...好吧,我會重新發布它,謝謝! – user724861