내 앱용 스플래시 화면을 디자인하고 있으며 사용하고있는 이미지가 제대로 표시되지 않습니다. 내가 사용하고있는 그림과 스플래시 화면의 .xml 파일 코드와 함께 여기에 표시되는 모습을 첨부하고 있습니다.이미지가 안드로이드의 스플래시 화면에 제대로 표시되지 않습니다.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#00abd4" >
<ImageView
android:id="@+id/imgLogo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/logo1" />
'안드로이드 설정하십시오 : layout_width'와'안드로이드 : match_parent''에 layout_height'합니다. – Lal
어느 드로어 블 폴더에 가지고 있습니까? – Stefan
@Stefan 그림의 4 가지 크기를 포함하는 drawable 안에 폴더가 있습니다. –