我有一个带有启动画面的应用程序,并且启动画面在小型设备上看起来不错,但看起来在大平板电脑(模拟器)中搞砸了.所以我改变了背景wrap_content.但它看起来与屏幕的一侧对齐,有人可以告诉我一种中心背景图像的方法吗?这是我的splash.xml-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@drawable/splash">
</LinearLayout>
Run Code Online (Sandbox Code Playgroud) android ×1