我有这个奇怪的问题。三星Note3没有显示我的某个活动的背景图片:
<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
图像。我运行我的应用程序的每个模拟器都正确显示此图像,但在这款手机型号上却没有。有什么建议?
答案 0 :(得分:1)
图片的分辨率是多少?
我认为是因为图像的分辨率。尝试将图像缩小到一半只是为了进行测试。此外,如果您使用不同的drawable-XXX,请尝试仅使用“drawable”而不使用sufix。