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

  • Home
  • SEARCH
  • 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 7613887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:15:47+00:00 2026-05-31T02:15:47+00:00

My Android app uses Button widgets with default style, which looks fine except on

  • 0

My Android app uses Button widgets with default style, which looks fine except on my Galaxy Tab 10.1. There, the default button style seems to have changed to a dark background with black text; it looks awful.

I have tried manually applying the default, built-in button style in XML like this; the problem tablet doesn’t change behavior and the well-behaved devices also do not change:

<Button
  style="@android:style/Widget.Button"
  <!-- other stuff -->
  />

The catch is that another built-in Button style does appear nicely (standard black text on grey background) on the misbehaving tablet:

<Button
  style="@android:style/Widget.Button.Small"
  <!-- other stuff -->
  />

The trouble, of course, is that this style makes the button smaller. What I’d really like to do is just find the standard source code (XML, Java, whatever) for Widget.Button and copy-paste it into my app.

Where can I find that source code?

  • 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-31T02:15:48+00:00Added an answer on May 31, 2026 at 2:15 am

    You can find all the styles inside this file:
    <installation folder>\android-sdk-windows\platforms\android-8\data\res\values\styles.xml

    Where android-8 can be changed to any other version of sdk.

    <style name="Widget.Button">
        <item name="android:background">@android:drawable/btn_default</item>
        <item name="android:focusable">true</item>
        <item name="android:clickable">true</item>
        <item name="android:textAppearance">?android:attr/textAppearanceSmallInverse</item>
        <item name="android:textColor">@android:color/primary_text_light</item>
        <item name="android:gravity">center_vertical|center_horizontal</item>
    </style>
    
    <style name="Widget.Button.Small">
        <item name="android:background">@android:drawable/btn_default_small</item>
    </style>
    

    But it will not be so easy to changes this style, because it has references to drawables, which are not images, but xml files with their own references to another files.
    You can look at one of such files here: ...\android-8\data\res\drawable\btn_default.xml

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

Sidebar

Related Questions

I have an Android app which includes an activity called Help This uses a
I'm working on an android app which at a point uses a DatePicker widget,
I’m making an android app, which uses Google maps. One functionality is that the
I have an app that uses the Android licensing. I'm using the ServerManagedPolicy which
I'm developing an Android app that uses Osmdroid to display the maps in offline
I am making an android app that uses a webview to visit a website.
I want to develop an android app that uses image recognition technology similar to
I have a custom view in my Android App that uses a ScaleGestureDetector.SimpleOnScaleGestureListener to
I'm new in Android Programming. I'm trying to write an app that uses USB
I have a client and a server app on Android (that uses ZeroC -

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.