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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:06:52+00:00 2026-06-14T02:06:52+00:00

I have an EditText with some information in it. When there is no information,

  • 0

I have an EditText with some information in it. When there is no information,
I’m displaying a caption using setHint().

final EditText info = new EditText(activity);
if (data.getinfo() != null && !data.getAddress().trim().equals("")) {
    info.setText(data.getinfo());
} else {
    info.setHint(R.string.info);
}

I want to show that caption even if the EditText has info, the info should be below the caption.

I tried using setText(). But that didn’t work either.

if (condition) {
    info.setText(R.string.info);
    info.setText(data.getinfo());
} else {
    info.setHint(R.string.info);
}
  • 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-06-14T02:06:53+00:00Added an answer on June 14, 2026 at 2:06 am

    Within a RelativeLayout, use a TextView as an overlay View on top of your EditText. Use appropriate colors, size for the font to achieve the effect you are looking for.

    Here is a hint

    <RelativeLayout …>
        <EditText android:id="@+id/name" 
            android:layoutWidth="match_parent"
            android:layoutHeight="wrap_content" >
    
        <TextView android:id="@+id/name_hint" 
            android:layoutWidth="wrap_content"
            android:layoutHeight="wrap_content"
            android:gravity="left|center_vertical"
            android:layout_alignLeft="@id/name"
            android:layout_alignRight="@id/name"
            android:layout_alignTop="@id/name"
            android:layout_alignBottom="@id/name"
            android:layout_alignBottom="@id/name" >
    </RelativeLayout>
    

    This is just a starting point, you can adjust the height of your EditText, position your TextView, change its gravity, etc., to achieve what you are looking for.

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

Sidebar

Related Questions

I have an activity that shows some TextView s and EditText s, as well
I have an Activity with some EditText fields and some buttons as a convenience
In my application I have a autocomplete in first activity and some edittext in
I have an UI issue like, some EditText s are there in LinearLayout ,and
I have a edittext in which some text are selected . I want to
I need to insert in an EditText some numeric data with decimal. I know
I have a unknown number of TextView elements some EditText elements and so on,
I have an EditText that has a stringA stored. When some processes happen, the
I can't figure this out. Some apps have an EditText (textbox) with the help
Hi I Have 3 tabs in one sceen.. first tab:some edittext fields with some

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.