Top "Android-theme" questions

A theme is a style applied to an entire Android application or Activity, rather than an individual View.

Define a custom style (theme) on an Android Switch component

I'm new to Android development and also on Android theming/customization that looks to be a wide subject... I'm trying …

android xml android-layout android-theme nine-patch
How to change color / appearance of EditText select handle / anchor?

So I changed the style of the Holo Theme with the Holo Colors Generator and Action Bar Style Generator to …

android android-edittext android-theme
Android set transparent background for a fragment

In my app I have single activity and and all other fragments I am setting background for activity from style.…

android android-fragments android-activity android-support-library android-theme
Implementing user choice of theme

I want to give the user the choice between a few different themes, and was wondering if this is an …

android android-theme
Cannot resolve symbol Theme, ThemeOverlay

I updated my android studio to latest version - 3.0.1. Since then it complains 'Cannot resolve symbol' for Theme and ThemeOverlay …

android build.gradle android-theme android-appcompat
AAPT: error: attribute android:forceDarkAllowed not found

Im trying to use android dark theme. I install android studio 3.5 preview. compileSdkVersion 28 targetSdkVersion 28 but still getting this error. Is …

android android-theme android-styles
Android: How to Change ProgressDialog's Text Color?

Possible Duplicate: Transparent, borderless ProgressDialog I'm using Theme.Light in my app. While using Progress Dialog, text of dialog color …

android progressdialog android-theme
ActionBarSherlock - Style contains key with bad entry

I'm trying to use ActionBarSherlock in one specific activity which I've declared in the Manifest like this: <activity android:…

android actionbarsherlock android-theme
Styles and themes on values, values-v11 and values-v14 folders

I am currently working on my app to base its design on the Holo theme. Globally what I want to …

android android-theme android-styles
Android FAB icon always black with MaterialComponents theme

I'm creating an Android app and I'm using the AndroidX libraries and Material design theme. My app theme on styles.…

android material-design android-theme floating-action-button androidx