0
votes
1answer
15 views

Android custom theme

Hello I'm making a custom theme for my app. I want to have a custom ActionBar and background for the rest of the app (below the ActionBar). I'm wondering how to do the background. Right now I have: ...
1
vote
1answer
192 views
+100

Overriding referenced style attributes

After reading through References To Theme Attributes I am trying to reference the value of an attribute in the my custom theme that I have set. I am applying a user-defined style to a CheckedTextView ...
0
votes
0answers
18 views

How to change android TitleBar style?

I am using Holo aplication theme. I have the following title bar: How can I change it (without changing the aplication theme) to this one (no padding and icon): Which one is default title bar in ...
1
vote
0answers
17 views

Theme dialog in android

I want an activity work as dialog, for this i declared that activity theme in manifest file as: android:theme="@android:style/Theme.Dialog" But I faced a problem i.e it is creating a duplicate ...
0
votes
2answers
53 views

Theme.Light doesn't work on android API level 9

I made my android app using the Holo.Light theme. I have the icons that look nice on the Holo.Light on a real device with API level 17, in the emulator it also works on API level 8, but when I try it ...
0
votes
0answers
41 views

ActionBarSherlock: java.lang.IllegalStateException on very few Devices

I got a very strange issue. Im using ActionbarSherlock in my project. And on very few Devices i get a: java.lang.RuntimeException: Unable to start activity ...
0
votes
0answers
22 views

Changing layout background based on theme

I am trying to style background (ant text color) of a view based on current theme. in my attrs I have: <attr name="DirectoryRowTrackName" format="color|reference" /> <attr ...
0
votes
2answers
46 views

How to set theme to ProgressDialog?

I would like to set theme of progressDialog. To create it, I use this code: progressDialog = ProgressDialog.show(this, "Please Wait", "Loading dictionary file....", true, false); I can't just write ...
1
vote
0answers
36 views

Custom layout Dialog theme with NO DIM BACKGROUND

I am using a Dialog as theme in my project, I defined theme for the activity as @android:style/Theme.Dialog. but I have a custom view XML file for that dialog to be appeared as I desire, that is ...
0
votes
1answer
34 views

How to hide the title bar in a particular activity style by overriding the Application Style

I want to override a application theme on a particular activity, but its not working for me This is code on my Manifest.xml: <application android:allowBackup="true" ...
0
votes
1answer
50 views

Themes in android

A create a simple Theme as <style name='one'> <item name='android:textColor'>#eea</item> <item name='android:textSize'>20sp</item> </style> However ...
0
votes
0answers
65 views

Android studio doesn't display palette and content in screen suitable for version 4.2, always 2.x

android version to use rendering the layout in the IDE isn't displayed correctly with the version was chosen, I test on IntelliJ Community Edition 13, it have the same problem, but when I change to ...
0
votes
1answer
32 views

change style attribute at runtime

I set the application theme using the following style <style name="Background1" parent="@android:style/Theme.NoTitleBar.Fullscreen"> <item ...
0
votes
1answer
67 views

Progress Bar Theme Style Android

i'm confused about deploying my android apps, theming isue. How can i display on diferent devices a progress bar(for example) with his native theme? So if its android 4.0 display it with themes for ...
0
votes
2answers
31 views

Getting Title Bar on specific Activity when Theme.NoTitleBar is applied to application

Suppose I have an android app with android:theme="@android:style/Theme.NoTitleBar" applied to the application element in the manifest. Is it possible, for a specific activity, to deviate from this ...
2
votes
2answers
64 views

Android - Adding buttons to the title

Please, let me know, how to add buttons to the title bar. Remove the title completely and create a custom title with an ImageView for example. or Use another approach My Goal is something ...
1
vote
1answer
49 views

Set Theme Not Working on Lower API Version

I want to set up the whole application theme. And my code is working fine in ICe-Creme Sandwich and higher, but it is not working on lower versions, not it is giving any errors. Here is my code : I ...
0
votes
1answer
27 views

keeping current theme and adding actionBar to app

I'm currently using the standard Theme.Light.NoTitleBar and would like to keep that, but to use an actionBar I have to use Theme.Sherlock as the parent. Is there a way around this? If not, how can I ...
0
votes
2answers
39 views

Android: Use different style for lower OS version

I am working on an Android app. The app use Holo theme which is not available in lower Android versions. I am aware of that you can set different style in folders like values-v11, however, that's only ...
0
votes
0answers
116 views

Custom Theme not being applied in Datepicker Dialog

I am creating a DatePickerDialog that I want to apply a custom theme to. It's only applying part of the custom theme. I asked for no title and a windowBackground that's grey and the resulting entire ...
2
votes
1answer
46 views

Android App Development - Theme Trouble

My first question :-) So recently I took up app development, and was going through the tutorial posted here: http://developer.android.com/training/basics/firstapp/index.html I finished part 1 - ...
3
votes
2answers
47 views

Android themes trouble implementing the simplest: custom per theme color

I'm a beginner in Android development and, although coding makes perfect sence, android themes IMHO don't I have trouble implementing this simple task: I have (for example) a color named "blah" ...
0
votes
1answer
62 views

Theme Issue with PreferenceActivity

in my app I let the user choose which theme he wants to use (dark or light). The themes are defined in my styles.xml as followed: <style name="but" ...
0
votes
2answers
42 views

Setting Style of underlying TextViews in style.xml

How is it possible to set the Style of a TextView Child of a LinearLayout via style. Something like this: <style name="MyLinearayoutStyle" parent="MyParentStyle"> <item ...
0
votes
2answers
47 views

apply custom theme in activity for every edit texts

I want to change background shape for all edit texts in my app. I created xml file in the drawable folder like this. <shape xmlns:android="http://schemas.android.com/apk/res/android" > ...
3
votes
5answers
2k views

How to change or add theme to Android Studio?

I have just installed Android Studio in my Window 7 64bit. When I launch the application the background of the screen where we write the code is white. I would prefer black or any other color. I am ...
0
votes
0answers
16 views

How to get the default settings theme for my PreferenceActivity?

How can I make my application settings menu look like default android setting menus (blue bar on the top, dark blue background headers, black background, etc., (I'm using JB))? Which themes I have to ...
0
votes
0answers
115 views

Set custom theme in Android List Preference

In my Android app, I am using various custom themes in different activities, all of which work fine. All these themes use the same custom styles for buttons, edit controls etc. My preferences use ...
1
vote
1answer
64 views

Create two separate themes in an app

I've been using custom styles and I was doing fine but now I'm confused on how to use completely different styles for widgets such as CompoundButtons, Spinners, ImageButtons, etc.. I have custom ...
1
vote
0answers
123 views

Android Dark Theme with Light ActionBar (Sherlock Compatible)

Maybe its just me being stupid, but I have struggled to implement a custom Theme, which is Dark and a Light ActionBar. We have access to Light with Dark ActionBar, but not the opposite. I dont know ...
1
vote
1answer
486 views

Android ADT Eclipse (Juno) How to apply Dark UI Theme?

Hello I downloaded the Android ADT (Eclipse) I have found this theme: https://github.com/rogerdudler/eclipse-ui-themes The instructions provided are as follows: Download the ZIP package and ...
0
votes
2answers
48 views

Hiding ActionBar in Android 3.0

I want to hide the title/action bar in my Android Application. I have different themes for different Android Firmware. This is in my manifest which references the theme.xml files... ...
0
votes
0answers
37 views

theming android alertdialog desperate

this is my code for call to alertdialog private void lanzar() { LayoutInflater inflater = LayoutInflater.from(this); View view = inflater.inflate(R.layout.dialog_2, null); Builder ...
0
votes
0answers
99 views

Apply custom colors to android tab swipe fragments

I am making a small application using android fragments (tabs + swipe). I simply followed this tutorial http://www.lucazanini.eu/2012/android/tabs-and-swipe-views/?lang=en and it's working fine. ...
0
votes
0answers
47 views

Holo theme stretches button backgrounds

I've noticed that when the holo theme is added to my application, all of my button backgrounds get stretched. I found this: Android button image gets stretched using themes for ActionBar or ...
0
votes
0answers
108 views

How to change the dialog and power menu text color in an android theme

Okay, so I'm creating an android theme and for the life of me I cannot find out how to change the menu or dialog font color. I've tried adding <color ...
1
vote
1answer
58 views

Interaction of Themes, background colors, and Action bar

I am failing to understand the mode of interaction between the appearance of action bar and and thematization. My app is set to use the default theme, which I take to be dark: <style ...
0
votes
2answers
41 views

Getting errors when i change build target back to 2.3.3

Getting errors in style.xml when i change build target to 2.3.3, I think i need to change the theme from holo to something but i don't know any theme names Here the line where the errors are ...
1
vote
0answers
51 views

I have a activity with theme Dialog,but in an activitygroup class it is not visible

My problem is similar to this one: Android: Dialog themed activity not visible but I haven't seen anyone answer it. here is my code: public class QueryAct extends Activity implements ...
0
votes
0answers
56 views

startactivityforresult transparent background turns black

i have a widget app. It supports android 3.0 and above. I was trying to make it compitable with 2.2. There is nothing wrong with 3.0 and above but below 3.0 i encountered with this issue: When i ...
0
votes
0answers
53 views

windowIsFloating attribute in android theme

i just like to ask what this attribute really does? I've read the documentation (http://developer.android.com/reference/android/view/Window.html#isFloating%28%29) and I understand what it's supposed ...
0
votes
0answers
29 views

Android: Make Theme:Dialog Bigger

Hi I have an activity that I launch in a small part of the screen with Theme:Dialog since I don't want to fill the full screen. However I would like to know if it is possible to make this window a bit ...
0
votes
0answers
142 views

Android How to change TimePicker theme?

Currently using Theme.Sherlock theme for my application. Is that possible to change theme for TimePicker widget. I want to change the blue divider to green, and the white text to black. I did not ...
1
vote
1answer
97 views

apply css, style or theme programmatically android

I am developing application in which I would like to... download css file from server and apply it the the activity layout file. or create string file for style or theme and apply it the the layout. ...
0
votes
0answers
70 views

Trying to figure out why tmobile theme chooser theme give a inproperly compiled error

ROM like cyanogenMod and AOKP have a tmobile theme chooser app that lets users change themes within the ROM. A known issue with these theme is a user getting an error "This theme is not properly ...
4
votes
2answers
170 views

Removal of the notification bar in an Android app

I'm developing an restaurant menu application that I want to be always on (the user shouldn't be able to go outside the application). So far am able to override the back and home buttons, but I would ...
0
votes
1answer
96 views

ActionBarSherlock theme color

I wish to replace red color to the default color of ActionBarSherlock, i search but don't know what to insert it the style.xml, below is my code: <style name="Theme.Red" ...
0
votes
1answer
176 views

Issue with scrolling, virtual keyboard and theme: java.lang.IllegalArgumentException: parameter must be a descendant of this view

I have an ExpandableListView with EditTexts in it. If user tries to scroll when the virtual keyboard is up I get the error: java.lang.IllegalArgumentException: parameter must be a descendant of this ...
0
votes
0answers
402 views

Android: Spinner with a style different from other spinners

I have 2 Spinners. I want one of them to maintain the default spinner style. I want the other to have a custom style. I've defined the custom style in styles.xml like this: <style ...
1
vote
2answers
68 views

Custom Toast for Google TV

I am creating an overlay for google TV. I have created a transparent theme so that the broadcast can be seen through the application as follows: Styles.xml <?xml version="1.0" ...

1 2 3 4 5 10