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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:43:53+00:00 2026-05-24T13:43:53+00:00

In my application i have an activity which has the following layout <?xml version=1.0

  • 0

In my application i have an activity which has the following layout

<?xml version="1.0" encoding="utf-8"?>
<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="@color/white">
    <WebView android:id="@+id/detail_title" android:layout_width="fill_parent"
        android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium"
        android:padding="2dp" android:textColor="@android:color/black"
        android:background="@android:color/white" />
    <WebView android:id="@+id/detail_subtitle" android:orientation="vertical"
        android:layout_width="match_parent" android:layout_height="wrap_content"
        android:padding="2dp" android:background="@android:color/white" />
    <WebView android:id="@+id/wv3" android:orientation="vertical"
        android:layout_height="fill_parent" android:layout_width="fill_parent" 
        android:background="@android:color/white" />
</LinearLayout>

wv3 has a lot of html text which appears properly but the problem is that i am getting scroll only in wv3 and the rest of the layout remains static which is quite irritating. i want that the whole of the layout has scroll and not only wv3.

  • 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-24T13:43:54+00:00Added an answer on May 24, 2026 at 1:43 pm

    Modifiy your layout like this

    <?xml version="1.0" encoding="utf-8"?>
    <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"        
        android:layout_width="match_parent" android:layout_height="match_parent">
        <LinearLayout android:orientation="vertical" android:layout_width="match_parent"         
            android:layout_height="wrap_content">
            <WebView android:layout_width="match_parent" android:layout_height="200dip"
                android:id="@+id/wv1"/>
            <WebView android:layout_width="match_parent" android:layout_height="200dip"
                android:id="@+id/wv2"/>
            <WebView android:layout_width="match_parent" android:layout_height="500dip"
                android:id="@+id/wv3"/>    
        </LinearLayout>
    </ScrollView>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my Android application i have a tracker activity in which i retrieve the
I have an application that contains a main Activity, which has a very simple
I have one Application which has more then 5 Activity I want to know
I have a application developed in ActionScript 2 which has dragging/dropping activity. which works
I have a series of activities in my application which starts with Activity A
In my Android Application I have a Google MapView Activity and I am facing
I have an application which has two Activities, let's call them A and B.
I have three activities in my android app. First activity is main application screen
I have a workflow which has a custom activity which calls a web service.
I have an activity which is declared in my manifest with android:noHistory=true , and

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.