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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:26:57+00:00 2026-06-08T09:26:57+00:00

I have a Gallery that works perfectly, except only the first element is ever

  • 0

I have a Gallery that works perfectly, except only the first element is ever displayed at full alpha.

I have the Gallery’s style set to style=”android:galleryItemBackground”, and android:unselectedAlpha=”0.75″ is also set. This works, in that the first element is shown without transparency, and the second appears to be faded some.

The issue is, when I scroll the gallery, the items never become unfaded. They’re all alpha=0.75, even when they’re the selected item. The items do have an OnItemClickListener set, and this listener works fine.

I am unable to find an answer to how to get this working, so I thought I’d ask here.

[ edit ]
I’ve also tried setting an OnItemSelectedListener and manually setting the View’s alpha to 1 if the position = selectedPosition in the getView of the Adapter. No luck.

  • 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-08T09:26:59+00:00Added an answer on June 8, 2026 at 9:26 am

    Add background on every of its child view

    This is one example code

    @Override
    public View getView(int position, View convertView, ViewGroup parent) {
        View view = null;
    
        if (convertView == null) {
            view = mInflater.inflate(R.layout.some_layout, parent, false);
        } else {
            view = convertView;
        }
    
        // have to set background to make selection alpha works
        view.setBackgroundColor(0x22ffffff);
    
    
        return view;
    }
    

    Hope it helps

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

Sidebar

Related Questions

I have a gallery that's loaded via a BaseAdapter . This works fine. I
I have an image gallery that, at the moment, displays only images. I would
I have a gallery that doesnt work properly with setTimeout. I need to make
I have an image gallery that I created by reading the contents inside a
I have photo gallery code that does image re-sizing and thumbnail creation. I use
I have a PHP photo gallery that reads the GPS coordinates from images. I'd
I have an image gallery app that has a slider to control the width
I have custom gallery. Gallery represents items that are frame layout. There are one
Does anyone have a suggestions for a superb cool image gallery that I can
I have a photo gallery I would like that every time a user does

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.