2017-10-19 7 views
0

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と同じ画面濃度を持つ)で表示されます。

この原因は何か。

おかげで、

答えて

0

ソリューションは非常に簡単だった - 資産の解像度は、それが正しく表示されたリサイズ後、あまりにも大きかったです。

関連する問題