gpt4 book ai didi

android - 闪屏边距问题?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:00:46 24 4
gpt4 key购买 nike

我正在使用以下代码来显示启动画面,但它在底部显示了空白。谁能指导我在这里犯了什么错误?

我的图像分辨率是 480 x 800。

    <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"
>
<ImageView android:src="@drawable/splash"
android:layout_width="wrap_content" android:id="@+id/imageView1" android:layout_height="wrap_content"></ImageView>
</RelativeLayout>

list :

<application android:name="MyApplication" android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".SplashScreen" android:configChanges="locale" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

enter image description here

最佳答案

尝试将 android:scaleType="fitXY" 添加到您的 XML(在您的 ImageView 中)

关于android - 闪屏边距问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6279529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com