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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:05:49+00:00 2026-05-18T04:05:49+00:00

A good example of this is either on the Twitter launch screen (the screen

  • 0

A good example of this is either on the Twitter launch screen (the screen with the large icons that is seen when the application is first launch) or even just look at the application tray when you focus an application icon.

Basically I need to highlight an ImageView where the highlight contours to the image within the ImageView and looks like it’s a border to that image. I would also like to customize the highlight to have it be a certain color and for it to fade out.

Thanks,

groomsy

  • 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-18T04:05:49+00:00Added an answer on May 18, 2026 at 4:05 am

    You need to assign the src attribute of the ImageView a state list drawable. In other words, that state list would have a different image for selected, pressed, not selected, etc. – that’s how the Twitter App does it.

    So if you had an ImageView:

    <ImageView style="@style/TitleBarLogo"
                android:contentDescription="@string/description_logo"
                android:src="@drawable/title_logo" />
    

    The src drawable (title_logo.xml) would look like this:

    <selector xmlns:android="http://schemas.android.com/apk/res/android">
        <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/title_logo_pressed"/>
        <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/title_logo_pressed"/>
        <item android:state_focused="true" android:drawable="@drawable/title_logo_selected"/>
        <item android:state_focused="false" android:state_pressed="false" android:drawable="@drawable/title_logo_default"/>
    </selector>
    

    The Google IO Schedule app has a good example of this.

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

Sidebar

Related Questions

for example this code var html = <p>This text is <a href=#> good</a></p>; var
Does anyone know of a good example implementation of the Service Location Protocol that
This question is to seek out good examples of Hungarian Notation, so we can
In this thread, we look at examples of good uses of goto in C
Anybody have a good example how to deep clone a WPF object, preserving databindings?
Can you provide a good example of rule definition language written in C#. Java
Is there good example code or a test project for explaining the Model–view–presenter (MVP)
Is there any good example to give the difference between a struct and a
C#: Could anyone give me good example on how anchoring controls at runtime is
Does anyone know of a good example of how to expose a WCF service

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.