渲染图像时出现半透明主题活动问题

时间:2019-02-10 03:04:46

标签: android

我正在使用Translucent AppCompatActivity,并且在该活动的布局中,我尝试使用ImageView。我通过使用srcCompat标记放置图像的src。我在Xml文件的设计视图上看到了该图像,但无法在电话屏幕上看到该图像。 谢谢。

2 个答案:

答案 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