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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:13:54+00:00 2026-05-18T12:13:54+00:00

I have an image and I need it to be shown with its full

  • 0

I have an image and I need it to be shown with its full view as it is. But the image is shown in the phone after loading is reduced to fit the screen. how do I include the image in full size and resolution as it is so that it can be scrolled to see the width?

Here is my layout file:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#EEEEEE">

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 
 android:scrollbars="vertical" 
 android:layout_height="wrap_content" 
 android:layout_width="fill_parent"
 android:background="#77aa88">

<LinearLayout 
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:background="#FFFFFF">

<TextView   android:text="Xkcd"
        android:textColor="#6E7B91"
        android:textSize="28dp"
        android:textScaleX="1.8"

        android:id="@+id/TextHead" 
        android:layout_width="wrap_content" 
        android:layout_height="wrap_content"
        android:paddingTop="10dp"
        android:paddingBottom="10dp"
        android:gravity="center" />

<TextView   android:text="A webcomic of romance, sarcasm, math, and language."
        android:textColor="#000000"
        android:textSize="15dp"
        android:textScaleX="1.1"
        android:id="@+id/TextSub" 
        android:layout_width="wrap_content" 
        android:layout_height="wrap_content"
        android:paddingTop="5dp"
        android:paddingBottom="10dp"
        android:gravity="center" />
</LinearLayout>
</ScrollView>

<ScrollView 
 android:scrollbars="horizontal" 
 android:layout_height="match_parent" 
 android:layout_width="wrap_content">

        <ImageView  android:id="@+id/MainImage" 
                    android:layout_width="fill_parent" 
                    android:layout_height="fill_parent"/>


</ScrollView>

</LinearLayout>
  • 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-18T12:13:55+00:00Added an answer on May 18, 2026 at 12:13 pm

    Try using the matrix scaleType:

    <ImageView  android:id="@+id/mainimage" 
                android:layout_width="wrap_content" 
                android:layout_height="wrap_content"
                android:src="@drawable/mainimage"
                android:scaleType="matrix"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So here's my issue. I have an image that I need to shrink. The
Basically what the title says... I need to have an image that when clicked,
I have a container that contains an image that I need to drag from
I have a small image from a database and the image's average color need
I have a jpeg image in a char[] buffer in memory, all I need
I have a raw image buffer in the RGB format. I need to draw
I need to upload a given image using Amazon S3 I have this PHP:
I have a slow connection that I need to send a PNG image over
I need a way to have a gray scale image in an ImageView and
For part of my application I have a need to create an image of

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.