【发布时间】:2018-10-04 23:50:50
【问题描述】:
【问题讨论】:
-
检查this
标签: android google-apps-script sdk android-gradle-plugin
【问题讨论】:
标签: android google-apps-script sdk android-gradle-plugin
<android.support.v7.widget.AppCompatImageView
android:id="@+id/image_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@android:drawable/btn_minus" />
查看documentation,查看this 文章。
【讨论】:
像这样制作图像视图:
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/image_view"
android:src="@mipmap/ic_launcher"
/>
【讨论】: