【问题标题】:I can't use ImageView in android studio Gradle 4.7我不能在 android studio Gradle 4.7 中使用 ImageView
【发布时间】:2018-10-04 23:50:50
【问题描述】:

我不能在 android studio gradle 4.7 中使用ImageView

【问题讨论】:

标签: android google-apps-script sdk android-gradle-plugin


【解决方案1】:
<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 文章。

【讨论】:

    【解决方案2】:

    像这样制作图像视图:

       <ImageView
        android:layout_width="wrap_content"
        android:layout_height="match_parent" 
        android:id="@+id/image_view"
        android:src="@mipmap/ic_launcher"
        />
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-08-21
      • 1970-01-01
      • 2018-12-20
      • 2015-12-22
      • 2022-06-30
      • 2016-02-26
      • 1970-01-01
      相关资源
      最近更新 更多