提示XML資源無法找到
[2016-03-10 05:04:08 - Amenu] W/ResourceType( 4016): Bad XML block: header size 213 or total size 0 為什么 我的出現(xiàn)錯(cuò)誤,一直是這樣
[2016-03-10 05:04:08 - Amenu] W/ResourceType( 4016): Bad XML block: header size 213 or total size 0 為什么 我的出現(xiàn)錯(cuò)誤,一直是這樣
2016-03-10
舉報(bào)
2016-04-17
將這個(gè)復(fù)制到你的布局文件中試一下
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ?xmlns:hyman="http://schemas.android.com/apk/res-auto"
? ?android:layout_width="match_parent"
? ?android:layout_height="match_parent">
<!-- 這里寫你的自定義控件的包名文件名 -->
? ?<myapplication.com.imooc_arcmenu.view.ArcMenu
? ? ? ?android:id="@+id/id_menu"
? ? ? ?android:layout_width="match_parent"
? ? ? ?android:layout_height="match_parent"
? ? ? ?hyman:position="right_bottom"
? ? ? ?hyman:radius="140dp">
????
? ? ? ?<RelativeLayout
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:background="@mipmap/composer_button">
? ? ? ? ? ?<ImageView
? ? ? ? ? ? ? ?android:id="@+id/id_button"
? ? ? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ? ? ?android:layout_centerInParent="true"
? ? ? ? ? ? ? ?android:src="@mipmap/composer_icn_plus" />
? ? ? ?</RelativeLayout>
? ? ? ?<ImageView
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:src="@mipmap/composer_music"
? ? ? ? ? ?android:tag="Music" />
? ? ? ?<ImageView
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:src="@mipmap/composer_place"
? ? ? ? ? ?android:tag="Place" />
? ? ? ?<ImageView
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:src="@mipmap/composer_sleep"
? ? ? ? ? ?android:tag="Sleep" />
? ? ? ?<ImageView
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:src="@mipmap/composer_thought"
? ? ? ? ? ?android:tag="Sun" />
? ? ? ?<ImageView
? ? ? ? ? ?android:layout_width="wrap_content"
? ? ? ? ? ?android:layout_height="wrap_content"
? ? ? ? ? ?android:src="@mipmap/composer_with"
? ? ? ? ? ?android:tag="People" />
? ?</myapplication.com.imooc_arcmenu.view.ArcMenu>
</RelativeLayout>