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 6650615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:54:46+00:00 2026-05-26T00:54:46+00:00

I already developed one application which works with 480×800 screen size. But when I

  • 0

I already developed one application which works with 480×800 screen size. But when I put my app on another mobile with 320×240 resolution, the buttons at bottom on screen is not visible(its cropped). If i drag to the screen also its not visible. Now I would like two solutions

  1. If my activity has only one ImageView covering full screen of size 480×800, how can i make change my app to fit this screen for 320×240 screen size?
  2. If I have a form bigger size than than the screen then I need the user to drag the screen to bottom to see the bottom screen contents. How to do that?

please help…

  • 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-26T00:54:47+00:00Added an answer on May 26, 2026 at 12:54 am

    For 1) you should just adapat the image size to your ImageView parent (the ‘window’). Use this in your layout:

    <ImageView 
      android:layout_width="fill_parent" 
      android:layout_height="fill_parent" 
      ... />
    

    (Use match_parent instead of fill_parent if your developping for API 8 or higher)

    For 2) you should put your controls in a ScrollView

    <ScrollView android:id="@+id/ScrollView01"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content">
     <!-- Your controls here -->
    </ScrollView>
    

    Edit after you posted your layout:

    Same advices as above apply but:

    • you do not need to put a wrapping LinearLayout around your ImageView: just remove it.

    • Replace the root LinearLayour of your second layout by a ScrollView.

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

Sidebar

Related Questions

I'm using symfony for one of my projects. The application has already developed and
My application is already developed and now we are going to change the connection
I have the .aspx page which is already developed in VS 2008 with its
I have an old ASP.NET web application on a server, which was developed in
I am adding new features to my already developed application. I am trying to
We developed an application using .net 2.0. We license our software which means whenever
Here is my problem. In my web application which has developed using JSP/servelt there
Will a windows application developed in .net 4 which references an assembly developed in
I have a web site already developed with tons of updatePanels, buttons, and integrated
I am curious if there are libraries already developed for creating these noises in

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.