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 all , I have downloaded data from a web service and im
Good afternoon, with all the buzz around the iPhone / AppStore etc, I felt
Good afternoon all. I'm going to post the stored procedure in it's entire glory.
Good Afternoon All, I have written an SSIS 2005 package that contains a conditional
Good afternoon all, I dont know why this is proving so difficult but I
Good Afternoon, My report's page size is 8.5 by 11 with .5in margins all
Good afternoon, We are trying to build a prototype of Memory Mapped File Caching
Good Afternoon Developer, this is my content in asp .net, I want the user
Good afternoon all, I've noticed they're a few similar problems on here already but

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.