<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@mipmap/ic_launcher"
android:id="@+id/imageView"
android:layout_marginTop="17dp"
android:layout_below="@+id/editText"
android:layout_alignLeft="@+id/editText"
android:layout_alignStart="@+id/editText"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
ImageView控件与老师视频课程中讲得代码不一样:
android:src="@drawable/ic_launcher"
两者表达的意思一样吗?
慕虎5384743
相关分类