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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:37:55+00:00 2026-05-23T14:37:55+00:00

Simply, how to make a TextView transparent? (Not full transparency) I searched the docs

  • 0

Simply, how to make a TextView transparent? (Not full transparency)

I searched the docs and the StackNetwork and couldn’t find it?
I guess there is something like this.

Thanks.

UPDATE

This is the XML code:

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="center_horizontal"
    android:orientation="vertical"
    android:background="@drawable/background">

    <ImageView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:id="@+id/header"
    android:src="@drawable/logo1"
    />
    <ListView android:id="@android:id/list"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="1"
    android:paddingRight="5dp"
    android:scrollbarStyle="outsideOverlay"
    android:cacheColorHint="#00000000" />


    <TextView
    android:id="@+id/footer"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textSize="25sp"
    android:singleLine="true"
    android:background="#07000000"
    android:textColor="#FFFFFF"
    android:text="rrrrr" />

 </LinearLayout>

I want the footer TextView to be transparent so that the ListView items can be seen while scrolling

  • 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-23T14:37:56+00:00Added an answer on May 23, 2026 at 2:37 pm

    Please try this piece of code..

    <TextView 
       android:id="@+id/txtview1"
       android:layout_width="wrap_content" 
       android:background="@drawable/bg_task" 
       android:layout_height="wrap_content" 
       android:textSize="14sp" 
       android:singleLine="true"
       android:textColor="#FFFFFF" />
    

    Used background image as transparent so may be solved that.

    OR

    android:background="#07000000"
    

    OR

    Please try below …

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="fill_parent" android:layout_height="fill_parent"
        android:gravity="center_horizontal" android:orientation="vertical"
        android:background="@drawable/main_bg">
        <ImageView android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:id="@+id/header"
            android:src="@drawable/btn_complete" />
        <RelativeLayout android:layout_width="fill_parent"
            android:layout_height="fill_parent">
            <ListView android:id="@+id/list" android:layout_width="fill_parent"
                android:layout_height="fill_parent" android:layout_weight="1"
                android:paddingRight="5dp" android:scrollbarStyle="outsideOverlay"
                android:cacheColorHint="#00000000" />
            <TextView android:id="@+id/footer" android:layout_width="wrap_content"
                android:layout_height="wrap_content" android:textSize="25sp"
                android:singleLine="true" android:background="#07000000"
                android:textColor="#FFFFFF" android:text="rrrrr"
                android:layout_centerInParent="true"
                android:layout_alignParentBottom="true" />
        </RelativeLayout>
    </LinearLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In C#, is there a way to make a program that simply eats roughly
I want to make a table that simply has two integer columns to serve
I'm trying to make an applet which I can simply drag an image. And
The subject says it all... I simply want Xcode to make a beep or
How would i make what i selected in the spinner appear in a textview
I am trying to (simply) make a blocking thread queue, where when a task
...i mean... will they reject my app if I simply make my own COPY
Is that possible? How is this done in theory? Would I simply make a
I notice that drawing dashed lines with GL will not make them even apart
I am trying to make programatically a PaintDrawable background for a TextView so it

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.