Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Landscape splash screen in Android Studio — Gideros Forum

Landscape splash screen in Android Studio

totebototebo Member
edited November 2016 in General questions
Hey,

Has anyone created a splash screen (layout/splash.xml) for a landscape project in Android Studio? I'm just looking to have a blue background colour (or image) filling the whole screen. I'm using the default Gideros template, but I get white a white border.

Here is the Android Studio splash.xml file:
<?xml version="1.0" encoding="utf-8"?>
  <LinearLayout xmlns:android="<a href="http://schemas.android.com/apk/res/android&quot" rel="nofollow">http://schemas.android.com/apk/res/android&quot</a>;
          android:orientation="horizontal" android:layout_width="fill_parent"
          android:layout_height="fill_parent">
 
          <ImageView android:id="<a href="http://forum.giderosmobile.com/profile/%2Bid%2Fsplashscreen%26quot" rel="nofollow">@+id/splashscreen&quot</a>; android:layout_width="wrap_content"
                  android:layout_height="fill_parent"
                  android:src="<a href="http://forum.giderosmobile.com/profile/drawable%2Fsplash%26quot" rel="nofollow">@drawable/splash&quot</a>;
                  android:layout_gravity="center"/>
 
  </LinearLayout>
Niclas
My Gideros games: www.totebo.com

Comments

Sign In or Register to comment.