なぜ属性があるのにfragment
属性class
がImageView
ないのですか?なぜこのclass
属性が必要なのですか?たとえば、次のことを考慮してください。
<fragment class="com.expample.testfragment.Title"
android:id="@+id/title"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
/>
そしてまた:
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/Img1"
android:layout_width="150dp"
android:layout_height="150dp"
android:scaleType="fitXY"
/>