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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:58:25+00:00 2026-05-27T02:58:25+00:00

I created a new Activity , but the page is not scrollable .. how

  • 0

I created a new Activity, but the page is not scrollable .. how can I do to scroll?

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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/gray_light2">>
<ImageView android:id="@+id/imageView1" 
  android:src="@drawable/impostazioni" 
  android:layout_width="wrap_content" 
  android:layout_height="wrap_content" 
  android:layout_marginTop="-7dp"></ImageView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceLarge"           
  android:textColor="#424243" 
  android:id="@+id/personName" 
  android:text=" Notifica a comparsa" 
  android:layout_height="wrap_content" 
  android:layout_alignTop="@+id/check1"
  android:layout_alignLeft="@+id/personSurname"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceLarge"
  android:textColor="#424243" 
  android:id="@+id/TextView01" 
  android:text=" Connessione Amico" 
  android:layout_height="wrap_content" 
  android:layout_alignTop="@+id/check2" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceMedium"
  android:textColor="#424243" 
  android:id="@+id/TextView02" 
  android:text="Notifica quando un amico si connette all'applicazione"
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView01" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceLarge"
  android:textColor="#424243" 
  android:id="@+id/TextView03" 
  android:text=" Amico nelle vicinanze" 
  android:layout_height="wrap_content" 
  android:layout_alignTop="@+id/check3" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceMedium"
  android:textColor="#424243" 
  android:id="@+id/TextView04" 
  android:text="Notifica quando un amico si trova nelle vicinanze"
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView03" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceLarge"
  android:textColor="#424243" 
  android:id="@+id/TextView05" 
  android:text=" Suoneria" 
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView04" 
  android:layout_alignParentLeft="true" 
  android:layout_marginTop="18dp"></TextView>
<CheckBox android:layout_width="wrap_content" 
  android:id="@+id/CheckBox01" 
  android:layout_height="wrap_content" 
  android:layout_alignTop="@+id/TextView05" 
  android:layout_alignParentRight="true"></CheckBox>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceLarge"
  android:textColor="#424243" 
  android:id="@+id/TextView07" 
  android:text=" Vibrazione" 
  android:layout_height="wrap_content" 
  android:layout_alignTop="@+id/CheckBox02" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceMedium"
  android:textColor="#424243" 
  android:id="@+id/TextView08" 
  android:text="Attiva la vibrazione per le notifiche"
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView07" 
  android:layout_alignParentLeft="true"></TextView>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceMedium"
  android:textColor="#424243" 
  android:id="@+id/TextView06" 
  android:text="Attiva la suoneria come suono di notifica"
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView05" 
  android:layout_alignParentLeft="true"></TextView>
<CheckBox android:layout_width="wrap_content" 
  android:id="@+id/CheckBox02" 
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView06" 
  android:layout_alignParentRight="true" 
  android:layout_marginTop="14dp"></CheckBox>
<CheckBox android:layout_width="wrap_content" 
  android:id="@+id/check1" 
  android:layout_height="wrap_content" 
  android:layout_below="@+id/imageView1" 
  android:layout_alignParentRight="true"></CheckBox>
<CheckBox android:layout_width="wrap_content" 
  android:id="@+id/check2" 
  android:layout_height="wrap_content" 
  android:layout_below="@+id/personSurname" 
  android:layout_alignParentRight="true" 
  android:layout_marginTop="14dp"></CheckBox>
<CheckBox android:layout_width="wrap_content" 
  android:id="@+id/check3" 
  android:layout_height="wrap_content" 
  android:layout_below="@+id/TextView02" 
  android:layout_alignParentRight="true" 
  android:layout_marginTop="21dp"></CheckBox>
<TextView android:layout_width="wrap_content" 
  android:textAppearance="?android:attr/textAppearanceMedium"
  android:textColor="#424243" 
  android:id="@+id/personSurname" 
  android:text="Mostra una notifica quando l'applicazione è in background"
  android:layout_height="wrap_content" 
  android:layout_below="@+id/personName" 
  android:layout_alignParentLeft="true"></TextView>
</RelativeLayout>
  • 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-27T02:58:26+00:00Added an answer on May 27, 2026 at 2:58 am
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/relativeLayout1"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" >
    
        <ScrollView
            android:id="@+id/scrollView1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:layout_alignParentLeft="true"
            android:layout_alignParentRight="true"
            android:layout_alignParentTop="true" >
    
            <LinearLayout
                android:id="@+id/linearLayout1"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" >
            </LinearLayout>
        </ScrollView>
    
    </RelativeLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application and every new created activity will start an async task
I created a new ASP.NET MVC application. The home page looks like this: I
I am new comer to android but not to java. I have been designing
Today I created new application on facebook for my site, but it's giving me
I would know if there is the possibility to create a new Android Activity
I've created new db via phpMyAdmin and while editing db privilages clicked delete localhost
Lets go from the start Created New Xcode project,opened interface builder dragged one NSButton
i'm using eclipse platform and window builder pro within. I've already created new project
I created a new SharePoint portal for testing purposes using a manually added HOSTS
I created a new email box for general support questions. When I try to

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.