Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6062591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:04:11+00:00 2026-05-23T09:04:11+00:00

I have a fairly standard layout for the first screen of the setup wizard

  • 0

I have a fairly standard layout for the first screen of the setup wizard on my app. I have been developing it with a solid color background which I defined in a theme. I have recently got a png file that I would like to used as the background. This works fine on all screens apart from the 3 screens for the setup wizard. The problem being that only the first textview is drawn. I used the hierachy viewer and the other views where not listed.

These are the only screens that use an include statement so I suspect this may be the root of the problem but even if I take out the include statement I still have the problem.

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">

   <TextView
        android:id="@+id/welcome"
        android:text="@string/welcome"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:padding="10dip"
        android:gravity="center_horizontal"
        android:textColor="#433A33"
        android:textStyle="bold">
    </TextView>
   <ImageView 
        android:id="@+id/mainIcon"
        android:src="@drawable/main_icon" 
        android:layout_width="100dip"  
        android:layout_height="100dip"
        android:layout_centerHorizontal="true"
        android:layout_below="@+id/welcome">
    </ImageView>
    <TextView
        android:id="@+id/description"
        android:text="@string/description"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:padding="10dip"
        android:layout_below="@+id/mainIcon"
        android:gravity="center_horizontal"
        android:textColor="#433A33"
        android:textSize="15dip">
  </TextView>
    <TextView
        android:id="@+id/choice"
        android:layout_below="@id/description"
        android:text="@string/choice"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:padding="10dip"
        android:gravity="center_horizontal"
        android:textColor="#433A33"
        android:textSize="15dip">
  </TextView>
     <Spinner 
        android:id="@+id/language" 
        android:layout_width="fill_parent" 
        android:layout_height="wrap_content"
        android:layout_below="@id/choice"
        android:prompt="@string/languagePrompt"
        android:textSize="10dip" 
        android:layout_marginRight="20dip" 
        android:layout_marginLeft="20dip">
    </Spinner>

  <include layout="@layout/wizard_bottom"  android:layout_width="wrap_content" android:layout_height="wrap_content"/>
</RelativeLayout>

Let me know if anybody has any ideas.

Edited to show the problem with a screen shot

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:04:12+00:00Added an answer on May 23, 2026 at 9:04 am

    The problem was that the theme I was using was setting the background to all Views rather than just the window background. So the background that is in the screen shot is the background for that one imageView and all the other views where pushed off the page.

    I changed the them accordingly and it working fine now

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my Rails app I have a fairly standard has_many relationship between two entities.
I have what I assume is a fairly standard setup, with one scratchpad MOC
I have a fairly standard blog app with the usual post and comments controller/models
What I'm trying to do is setup a fairly standard sort of layout -
I have a fairly standard setup where a front-end Apache server forwards requests to
I've noticed that apps like instagram and picplz have a fairly standard screen that
I have a page which allows users to upload photos - fairly standard php
I have a 3-tier .NET service app, which follows the standard approach: Frontend ->
I have a fairly standard ASP.Net web application which is used via mobile safari
I have what I think is a fairly standard setup, a ListBox backed by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.