Android :: Where Did Theme Clock Go?
Apr 3, 2010
I just downloaded 2 themes from OpenHome and the clocks that I assume go with the themes are gone. I have a few skins and those clocks wont display either. The only clock I can get to show is the analog one that came with the phone.Any thoughts or ideas? I have the Motorola Back Flip.I have restarted, battery pull (that is what I used to do on my cursed Blackberry).
View 2 Replies
Sep 10, 2010
I'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?
View 1 Replies
View Related
Jul 15, 2009
I use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!
View 3 Replies
View Related
Mar 6, 2009
I've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.
View 2 Replies
View Related
Apr 15, 2010
Ok so I have created about 8 different clock widgets and I am trying to combine all of them into one clock pack... Is there anyway to combine 8 clocks into one apk file to put on the market place?
View 1 Replies
View Related
Sep 13, 2010
Is there a performance impact, especially with regard to battery performance, if we switch from the default black theme of android to white or another colour?
View 2 Replies
View Related
Oct 23, 2010
Is there a, possibly, a fullscreen clock widget that shows the clock and active alarms? Thanks.
View 2 Replies
View Related
Feb 13, 2010
I'm looking for a new Alarm Clock/Digital Clock widget because the default one lags. Any suggestions?
View 18 Replies
View Related
Jul 15, 2010
It says it all in the title really. I'm just curious coming from my old Blackberry Storm if there is a similar full screen clock I can use for a bedside alarm clock?
View 3 Replies
View Related
Mar 27, 2010
Does anybody know how to change the clock skin back to original after uninstalling a clock skin? When you uninstall a clock skin, it uninstalls but the skin remains.
View 2 Replies
View Related
Apr 28, 2010
im running fabs latest rom and on the phone i have both clock and alarm clock the old app and i think there conflicting cause i have my alarms set in clock but no alarm clock displayed near the time or in the lock screen like it should
View 5 Replies
View Related
Nov 15, 2010
I need to use particular image as the theme for my most of the activities in my application...
how to do this..
View 2 Replies
View Related
Oct 5, 2009
Is it possible to create custom theme? And give its properties such as window type, background color, font size, etc.?
View 5 Replies
View Related
Nov 15, 2010
I'm developing an Android application and I want to change the color and theme of the application. How can I do this?
View 1 Replies
View Related
Feb 26, 2009
I'm trying to give an option to users to be able to change the theme to the light one. I can't find any command or anything for this. I know I can set this in the Manifest file but this is not what I'm looking for.
View 3 Replies
View Related
Jun 28, 2010
I'm changing the theme of an activity in onCreate using setTheme (I'm doing that even before calling super.onCreate(), as this is supposed to be more reliable).It does work in the sense that it changes the background and foreground colors. However, my layout has a few elements that use styles like textAppearanceLarge. Now Android's textAppearanceLarge internally uses the textPrimaryColor - which is still unchanged by my theme.I tried to override the primary text color in my theme, but that doesn't seem to work.
View 2 Replies
View Related
Jun 17, 2009
can someone tell me if I can change the activity animation by applying a theme?I know the change will not be global, but is it even possible to make the change to be applied within my own app? For example, if i have an app that does not want to standard slide in/out animation on start/ exit, is it possible to change them?
View 8 Replies
View Related
Jun 6, 2010
The background image is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen.If I am setting the theme in android manifest file then it works properly.Can anybody tell me the reason for this?
View 3 Replies
View Related
Jan 30, 2009
Could anyone post or point me to an example of using custom items in a theme? I've created a theme that uses custom attributes as item names, and I want to refer to those items in the code. I can see the theme is working because it also sets the android:windowBackground color. As a concrete example, I want an inactiveColor item in my Theme.GreenWithYellow to use in onDraw methods in my Views. I think this would be the right mechanism to use to have multiple color schemes for application specific purposes, but I would be happy to entertain other approaches, too.
View 11 Replies
View Related
Oct 23, 2010
i'm trying to define a theme for an appwidget, and have it applied at the application level. i have a theme like, <style name="theme.dark"> <item name="android"background">#000000</item> </style> in my manifest, i set android:theme="@style/theme.dark". however, when i run the appwidget, it does not pick up the items from the style. i tried setting style="@style/theme.dark" on an individual element in my view layout, and that does work ... but that's not what i want. i don't want to call out a specific style="..." for each element in my view. this page...................
View 3 Replies
View Related
Jan 14, 2010
Each of these seems to have their ins and outs and I am sure many others are thinking about any one of these.
View 30 Replies
View Related
Jan 21, 2009
In a preferences screen in my application which is build by extending the PreferenceActivity i need to change background on the window itself and on the PreferenceCategory. How i can do it via Themes/Styles ? Which attributes i need to define ?
View 3 Replies
View Related
Sep 18, 2010
From the beginning the android app has black background, I want to make all these changes, How is that possible?
View 1 Replies
View Related
May 15, 2009
Hi to all... Im having some problem in the Android W
View 2 Replies
View Related
Dec 15, 2009
I have an application that targets the 1.5 framework and uses the default light theme. When using a tab widget with this theme, the tab images are barely visible, and the tab captions are quite impossible to discern, except for the currently active tab.In the default dark theme these tabs come through quite clearly, but this is not a solution I'd be very happy with. Is there a simple setting I can set, that sets up the tab widget for better visibility in light themes, or would I have to tamper with images and text styles manually?
View 2 Replies
View Related
Oct 18, 2010
I was wondering, if I'm to create a set of down-loadable themes , how can i apply those themes to my Current activity ? all my activities?
View 3 Replies
View Related
Jun 6, 2010
As the title sates what apps should i get i have the htc evo and im looking for a great theme/launcher. alas sadly slidescreen wont work on sense 2.1 nor will LauncherPro.
View 5 Replies
View Related
Mar 4, 2012
I had one and accidentally installed a new theme and now I cant find the old theme I had here. I dont have any backups. I know for a fact it was not Annex's MIUI ICS theme and it wasnt the Black Ice theme.
The theme I had had the ICS style option sliders.
View 4 Replies
View Related
Apr 11, 2010
I have a problem in the Preferences Activity, in the main preferences the theme shows ok, but if I get to a sub preference, the theme gets messy, it is not white as it should, it is all dark, and the font is black so you can't see much, and when I start clicking on any items they will get sometimes white as they should but revert to black soon after. This is only happens on 2.1, in both the real device and emulator. Tested on the emulator running 1.6 and it was working correctly.
View 2 Replies
View Related
Jul 27, 2010
I just picked up the phone yesterday and love many things about it however I do not like the look of the UI at all, it looks very amateurish and "cheap". I know there are many themes available out there but do they work on this phone? Does it require a custom ROM? I assume it needs to be rooted to get a custom theme, right? I want something that will change the look of every screen...dial pad, text messages, menus, settings. Imam really not liking the white text on black background.
View 18 Replies
View Related