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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:06:50+00:00 2026-06-04T21:06:50+00:00

Good afternoon, Guys I did a style file for all fields style.xml EditText now

  • 0

Good afternoon,

Guys I did a style file for all fields style.xml EditText now when the field gaining focus, I want to change the style. How do?

  • 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-04T21:06:51+00:00Added an answer on June 4, 2026 at 9:06 pm

    You have to define the drawables for each state of your edit text. You create an xml file in your drawables folder that defines all the state drawables for your edit text. The XML file looks like this:

    <?xml version="1.0" encoding="utf-8"?>
    <selector xmlns:android="http://schemas.android.com/apk/res/android" >
        <item
            android:drawable="@[package:]drawable/drawable_resource"
            android:state_pressed=["true" | "false"]
            android:state_focused=["true" | "false"]
            android:state_hovered=["true" | "false"]
            android:state_selected=["true" | "false"]
            android:state_checkable=["true" | "false"]
            android:state_checked=["true" | "false"]
            android:state_enabled=["true" | "false"]
            android:state_activated=["true" | "false"]
            android:state_window_focused=["true" | "false"] />
    </selector>
    

    You make one item for each state drawable you want to specify. So for a drawable for state_focused you’d just do:

    <selector xmlns:android="http://schemas.android.com/apk/res/android" >
        <item
            android:drawable="@drawable/myFocusedEditText"
            android:state_focused="true"/>
        <item
            android:drawable="@drawable/myEnabledEditText"
            android:state_enabled="true"/>
    </selector>
    

    Name this XML file, custom_edit_text.xml, make sure it’s in the drawables folder.
    Then all you have to do is define in your styles.xml

    <style name="my_edit_text">
        <item name="android:drawable">@drawable/custom_edit_text</item>
    </style>
    

    Good luck!

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

Sidebar

Related Questions

Good morning/afternoon/evening guys Here is the thing. I'm making a registering gsp that it
Good Afternoon, A customer has provided me with a spreadsheet file his team uses
Good Afternoon All, I have two tables in my SQL Server 2005 DB, Main
Good afternoon all, I am building a function that takes a string as input,
Good afternoon to all, I have this scenario: I am using SQL Server 'BulkInsert'
Good afternoon all. I was wondering how do we efficiently remove x number of
Good afternoon all. I am aware that if we close() an java.io.OutputStream , it
Good afternoon all, I have a class which looks like this: public class Grapheme
Good afternoon all, I was wondering why is it that android.app.Activity.onTrimMemory couldn't be overridden?
Good afternoon all, I have an instance of a javax.swing.JFileChooser and I added a

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.