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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:57:27+00:00 2026-05-18T08:57:27+00:00

i have a textview and a Menu , the textview is currently showing at

  • 0

i have a textview and a Menu , the textview is currently showing at the bottom of the screen and when menu pressed ,currently the menu hide the textview ,but i want the textview automatically move upwords so that everybody can see

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent" android:orientation="vertical"
  android:background="@drawable/android_bg"
  android:layout_height="fill_parent">

     <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="fill_parent"
         android:layout_height="50dp" 
         android:background="@drawable/navigationbar">
         <TextView android:layout_width="wrap_content" android:layout_centerInParent="true"
         android:id="@+id/banner_text"
            android:layout_height="wrap_content" android:background="@drawable/bannertext_angies_list">></TextView>

            <Button
            android:layout_width="55dp"  
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
             android:layout_marginRight="5dp"
            android:layout_height="35dp" 
            android:background="@drawable/sign_out_button_clicked_button"

                android:id="@+id/signout"/>

    </RelativeLayout>  
    <ScrollView 
            android:layout_width="fill_parent"
            android:layout_height="fill_parent">
            <LinearLayout android:layout_width="fill_parent"
            android:orientation="vertical"
            android:layout_height="fill_parent">
    <LinearLayout 
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        >






    <TableLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="20dp">
        <TableRow
            android:orientation="vertical"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:layout_marginTop="10dp">

            <TextView
                android:visibility="gone"
                android:textColor="#000000"
                android:text="Thank you, your report has been"
                android:textSize="16sp"
                android:textStyle="bold"
                android:layout_width="260dp"
                android:layout_height="fill_parent"
                android:id="@+id/Thanks_to_submission1"/>
                </TableRow>
                <TableRow
            android:orientation="vertical"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"

            >
                <TextView
                android:visibility="gone"
                android:paddingLeft="70dp"
                android:textColor="#000000"
                android:text="submitted successfuly!"
                android:textSize="16sp"
                android:textStyle="bold"
                android:layout_width="260dp"
                android:layout_height="fill_parent"
                android:id="@+id/Thanks_to_submission2"/>
        </TableRow>


        <TableRow
            android:orientation="vertical"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:layout_marginTop="50dp">

            <Button
                android:layout_width="260dp"
                android:layout_height="fill_parent"
                android:background="@drawable/submitbutton"
                android:id="@+id/submitreport_providertype_button"/>
        </TableRow>

        <TableRow
            android:orientation="vertical"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:layout_marginTop="10dp">

            <Button
                android:layout_width="260dp"
                android:layout_height="fill_parent"
                android:background="@drawable/searchlist_button"
                android:id="@+id/search_list_button"/>

        </TableRow>

        <TableRow
            android:orientation="vertical"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:layout_marginTop="10dp">

            <Button
                android:layout_width="260dp"
                android:layout_height="fill_parent"
                android:background="@drawable/bigdeal_button"
                android:id="@+id/big_deal_button"/>

      </TableRow>


</TableLayout>


        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="center_horizontal"
             android:layout_marginTop="50dp">

            <TextView 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 

            android:layout_gravity="center" 
            android:textSize="14sp"
            android:textStyle="bold"  
            android:onClick="true" 
            android:textColor="#000000" 
            android:text="Or visit our website at" /> 

           <TextView 
           android:layout_width="wrap_content" 
           android:layout_height="40dp" 
           android:id="@+id/link" 
           android:gravity="center_vertical"
           android:autoLink="web" 
           android:linksClickable="true" 
           android:layout_gravity="center" 
           android:textSize="14sp"
           android:textStyle="bold"  

           android:onClick="true" 
           android:textColor="#000000" 
           android:text="@string/link" /> 


         </LinearLayout>

        <TextView 
            android:visibility="invisible"
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            android:layout_marginLeft="14dp" 
            android:text="Or visit our website at" /> 


</LinearLayout>
</LinearLayout>
  </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-18T08:57:28+00:00Added an answer on May 18, 2026 at 8:57 am

    That’s not really supported by Android, and it’s by design. The idea is that you can use the full screen for your UI, and the menu takes up part of the space when you need to select it. You don’t want to worry about text views and other things while the menu is up. This is better than the iPhone, where you permanently have to give up screen space for menu items. If something is really important, then move it away from the bottom of the screen.

    If you’re really bent on moving stuff around, you could intercept Activity.onPrepareOptionsMenu and move things around in your UI, although the function wasn’t really meant for that purpose. Then matching call is onOptionsMenuClosed.

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

Sidebar

Related Questions

I have a TextView with location data that I want to Linkify. When link
I have a main menu screen with a simple ListView that contains links to
I have a Cocoa app I'm writing that has an ImageView with a TextView
I'm sure that I'm missing something simple to get this implemented, but have run
I have a TextView that has text Dynamically Added to it. My problem is
I have a Textview with location: eg. Mountain View, CA What I want to
I have a TextView that is a single line. How can I add ellipses
I want to have two TextView elements appear side by side (in a list
Say for example I have a textview in class A, and I want to
I want to have generalised email templates. Currently I have multiple email templates with

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.