我正在使用Translucent AppCompatActivity,并且在该活动的布局中,我尝试使用ImageView。我通过使用srcCompat标记放置图像的src。我在Xml文件的设计视图上看到了该图像,但无法在电话屏幕上看到该图像。 谢谢。
答案 0 :(得分:0)
首先尝试使用 Layout Inspector (布局检查器)工具来验证ImageView的宽度和高度是否至少已正确定义。转到Android Studio->工具->布局检查器,然后分析您的布局。
https://developer.android.com/studio/debug/layout-inspector?hl=en
答案 1 :(得分:0)
您需要在Gradle文件中添加vectorDrawables.useSupportLibrary = true
(如果没有)。浏览到此https://developer.android.com/guide/topics/graphics/vector-drawable-resources,您可以在此处找到更多数据。如果添加后仍无法解决,则可以使用android:src
属性代替srcCompact