背景在LG G3上不可见

问题描述:

我有一个FrameLayout的片段,布局的背景被设置为一个可导入的资源,该资源是针对所有屏幕密度(从mdpi到xxx-hdpi)导入的。背景在LG G3上不可见

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 
xmlns:app="http://schemas.android.com/apk/res-auto" 
xmlns:tools="http://schemas.android.com/tools" 
android:layout_width="match_parent" 
android:layout_height="match_parent" 
tools:context="com.package.MyFragment" 
android:background="@drawable/roads_grey"> 

some views... 

</FrameLayout> 

由于某种原因背景在LG G3上不可见。它在Oneplus One,Pixel XL,6P和nexus 5X(与G3具有相同的屏幕密度)上可见。

这可能是什么原因?

感谢,

的解决方案是很简单 - 资产分辨率过大,这是正确显示调整大小后。