activity_main中的代码是这样的
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/root">
android:layout_width="match_parent"
android:layout_height="match_parent" />
包名就是com.example.followfinger,
请问,这个自定义组件是否与Activity一样需要在AndroidMainfest.xml中声明吗?
如果是,应该怎么写?
初学者,麻烦大家了