0
私はこの奇妙な問題があります。サムスン注3は私の活動の一つの背景画像が表示されていない:Android:デバイスに背景画像が表示されないが、すべてのエミュレータに表示される
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/fullscreen_bg"
tools:context="com.myapp.views.activities.LoginActivity">
</RelativeLayout>
fullscreen_bg
画像は、各drawable
フォルダ内に存在しています。私のアプリを実行したすべてのエミュレータはこのイメージを正しく表示していましたが、この電話機モデルでは表示されませんでした。何かアドバイス?