android-theme
background issue with styles and themes
in attrs I have <attr name=\"bzz\" format=\"color\" /> then in theme <style name=\"mytheme\" parent=\"android:Theme\">[详细]
2023-04-11 09:14 分类:问答Setting Theme.Holo.Light changes everything except checkboxes in list
<style name=\"CustomTheme\" parent=\"@android:style/Theme.Holo.Light\"> I made my own theme and added a referenc开发者_如何学编程e to it in my manifest. Everything looks perfect (buttons, text[详细]
2023-04-09 07:15 分类:问答Wrong background images in EditText.setError(..) popup
I\'m using EditText.setError(..) to show up an error message if the user did not correctly fill in the formular.[详细]
2023-04-08 11:27 分类:问答Android Styling/Theming of just Search Dialog
tl;dr: White text style in app theme being picked up by search dialog, making search text invisible. I\'m struggling mightily with what seems like a trivial issue.[详细]
2023-04-08 02:26 分类:问答Can someone explain the attr?
I am looking at the Honeycomb Gallery sample code (here) and I ran across the following code while trying to add action items in my own app:[详细]
2023-04-06 07:25 分类:问答Copy theme from another application
I have an application that contains a custom theme and I wish to share it with other applications. The idea is that this application provides themes to other applications.[详细]
2023-03-27 09:28 分类:问答Changing android search dialog text color
I styled my App using a theme as described here. <style name=\"MyThemeNameHere\" parent=\"@android:style/Theme.NoTitleBar\">[详细]
2023-03-08 01:11 分类:问答Styles and themes in Android
I\'m trying to learn something about styles and themes for And开发者_运维知识库roid. I\'ve found that, if I add the android:theme attribute in the manifest for Application or Activity, style is applie[详细]
2023-02-23 00:31 分类:问答android: Enable activity title when theme is set to NoTitleBar.Fullscreen
I have an app for which i have set the theme attribute to @android:style/Theme.Black.NoTitleBar.Fullscreen[详细]
2023-02-21 16:47 分类:问答How to hide status bar in Android
I referred this link. In that if the user clicks on EditText(for ex To: ) at that timekeyboard will be popped out and at the same time the user can be able to scroll to see all remaining views(ex: com[详细]
2023-02-19 12:30 分类:问答