Android :: Use Two Different Icon In Two Different Themes
Apr 20, 2009
I have a image view and I want to show different images based on the current theme. I want to do this using the XML only. Via code it can be done .....but then that is not a elegant solution. On the same lines, can we add our own attributes to the theme (theme that i created)?
View 5 Replies
Nov 2, 2010
I was just wondering if anyone new of a metamorph theme for this battery icon:
View 6 Replies
View Related
Nov 3, 2010
how do I go about using all the icon packs for the phone or skins for widgets I'm finding?I installed LauncherPro today and am ready to customize but I'm unsure how.After searching I cant tell if i can just unzip the files on my computer and transfer them somewhere on the phone (not sure where) or if I need a third app like Folder Organizer?
View 1 Replies
View Related
Jun 22, 2013
Trying to find a theme for nova launcher that has nice drawer icon...(where the apps are) no luck atm...
View 1 Replies
View Related
Mar 4, 2013
So I started using the Apex Launcher with the MIUI Minimal icon pack.
How can I make the icons theme on the lockscreen.
How can I change the icon to a different one in the drawer?
Droid Razr M, stock 4.1.1.
View 3 Replies
View Related
Jul 9, 2010
I have searched for this but didn't really find a clear answer. I am running BB Froyo 0.4---can themes be installed over other themes? IE- can I install blue energy over Xtheme? Is there a way to revert back to the generic BB with no theme or do I need to restore a backup to accomplish this?
View 1 Replies
View Related
Nov 4, 2010
I have following queries. How can I display icon in Signal Area(what it is called?) ? Like default audio player when playback is on and u press HOME or BACK at last screen of audio player, Play icon is displayed in that areA? Kind of minimize application. How to display shortcut of media player? the minimal version of media player in that area
View 2 Replies
View Related
Aug 1, 2012
I have a floder containing Google Earth. The normal icon has been replaced by a little droid icon labeled "loading." When I click it, Google Earth loads.
View 1 Replies
View Related
Mar 26, 2013
How to edit standard icon battery to numeric icon?
GT-S6102
View 2 Replies
View Related
Jan 24, 2009
For Style and Thems defination, CSS is considered to be a better standard...(as it has seen many revisions and widely used already in the web areas).. Any reason, why Android using XML approach as opposed to CSS.. Are there any plans of support of CSS too in future..
View 5 Replies
View Related
Sep 3, 2010
I want to enable different themes in my app. Some elements need "special" variations, like, for example, a headline TextView. Lets say for the example, in theme A, I want the headline yellow on black, in theme B red on white, while the default TextView uses black on white and vice versa.
Now, I can style the default TextView pretty easy by using <item name="android:textViewStyle"> with a different TextView style in each Theme style.
For example:
CODE:............
But how can I do it with the headline? As far as I know, I can use style="..." in the layout XML. But there, I can only use an item style like "headlineForBlack", which would ignore the current theme, while I'd rather need something like "style 'headline' for the current theme".
View 5 Replies
View Related
Oct 7, 2009
I would like to load new themes/styles from the web to replace the current ones. Is that possible? As far as I can see those resources are read-only.
View 5 Replies
View Related
Jun 24, 2009
there's one app who is a big offender here I think anyone who uses it will know which one I mean its in the top paid apps - all the skins appear in the app drawer.And yet I can sort of understand why he's done it because you have a choice of either including these lines in AndroidManifest.xml or not.If you do, app can be launched and is in app drawer. If you don't, app can't be launched and is not in app drawer.What would be most useful is the inbetween, i.e. app can be launched and is not in app drawer. I've played around with all variations in xml file and nothing achieves this behavior.Publishers want skin packs to be launchable, so that when people download them wondering what they are, they can include some info directing you to a website or better still, straight to the main product in the market. But its inconsiderate to customers to fill up their app drawers with stuff that is just skin packs / themes. I don't think there is a solution to this, but I think its an issue that Android need to address.
View 4 Replies
View Related
Apr 26, 2010
I want to use colors from a Theme to apply it to HTML my app is rendering. I am wondering if I can do that? I am looking to use colors like they are specified in themes.xml: <itemname = " color Fore ground">@android:color/bright_foreground_dark</item> name =" colorBack ground " >@android:color/background_dark</item> <item name ="textColorPrimary" >@android: color/primary_text_dark</item> I get this as a result: I/System.out( 1578): tv.string=null I/System.out( 1578): tv.coerced=#ffffffff I/System.out( 1578): colorResourceId=-1 I/System.out( 1578): tv.string=res/color/primary_text_light.xml I/System.out( 1578): tv.coerced=res /color/primary_text_light.xml I/System.out( 1578): colorResourceId=-16777216 The results are different. The first one actually gives me the color "#fffffff" which would work for me, the second one only gives me an xml. Do I need to jump through a few more hoops here to resolve the actual color? Does my original intention work at all? Maybe it won't work, because colors could be arbitrary drawables? I didn't find any relevant documentation, but if you know any, just point me there please. Btw. I also tried obtainStyledAttributes(), but this had basically the same issues. ou received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 5 Replies
View Related
Apr 29, 2010
Please provide me with links to themes apart from default themes that I can use in my applications.
View 2 Replies
View Related
May 8, 2010
I have trouble (example<http://groups.google.com/group/android-developers/browse_thread/threa...>) wrapping my head around styles/themes. Can somebody help me or point me to actual documentation?
Let's say I have a drawable that I want to use as the background of a layout:
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle>
<gradient android:startColor="#9F9FA4" android:endColor="#66FFFFFF" android:angle="270" /> </shape>
Now I want to have a dark and a light theme. Depending on the chosen theme I want to have a different value for startColor and endColor. How do I do that? I am aware of extending themes, but what do I put into the items? How do I reference those new values then?
View 7 Replies
View Related
Apr 8, 2010
i am creating a picasa web album client for my major project. i've almost finished with the coding.its just that i find my UI very dull.its very boring. looks like a command line User Interface. obviously i want to change that and want a good attractive gui for my project. can anybody tell me how to create a good GUI which is eye catching and attractive? please give me the code because it is very difficult to interpret the custom theme option at android.com can't comprehend how to use it. it'll be better if anyone can post a tutorial. there are some questions that i want to ask. can i use flash? is there anyway to use css templates for this purpose? i dun want my gui to be black and white and dull
View 4 Replies
View Related
Dec 4, 2009
My query is regarding on whether we can apply dynamically themes in android,like what we do with our phones in which we can select a theme and the same theme gets applied all across the phone.Is there a way to do this in android? (I am able to change the default theme by hardcoding in the code (styles.xml),but I need to know how we can we set themes dynamically. I saw the Android phone,but there is no Setting where we can set the Theme.)
View 5 Replies
View Related
Sep 21, 2010
How to create a custom themes and use it in the code? in menu how to implement theme option and apply for the activity?Please Help.
View 2 Replies
View Related
Nov 19, 2009
Can you please tell me why the android Contacts application theme/style is using 'dark' theme? For example, the activity's background is Black instead of White. I have looked at their Android Manifest xml file and their layout xml file (e.g. call details.xml) file, but i don't see how they specified using a 'dark' theme? Can you please tell me how do they do that? I have looked at http://developer.android.com/guide/topics/ui/themes.html, but I don't see Contacts app is doing that.
View 2 Replies
View Related
Jan 11, 2010
Starting a thread where users can see other peoples themes to help them out with sweeterhome preview 2 post pictures.
View 49 Replies
View Related
May 21, 2010
I have visited Dolphin Browsers facebook today and discovered 3 new themes now available for Dolphin Browser HD on Android Market. I have tried each one, very simple ones. So as Dolphin users, we have more choices now. Personally I prefer the red one because I like strawberry very much. Looks very sweet. When you are tired for looking at the same theme all the time, you can try these ones. You can see all the screen shots here http://www.facebook.com/pages/Dolphin-Browser-for-Android/125383963580
View 1 Replies
View Related
Feb 22, 2010
I have created several files in a res/values/styles.xml file.
Here's one of them:
CODE:..............
I can apply the style to a single element in the xml by setting the style element like this:
CODE:.................
So, that works, and I notice that change. But what I really want to do is use the style above to apply to my entire application. I thought I'd be able to use this line:
this.getApplicationContext().setTheme(R.style.BlueOnWhite);
Before the super.onCreate of the first activity. But it doesn't work. Should it?
View 6 Replies
View Related
Dec 23, 2009
Do you know if it's possible to apply a theme or a style on a OptionMenu ? I don't find tag in R.style or R.styleable to customize it and apply a theme.
View 3 Replies
View Related
Oct 26, 2009
I have installed and used Panda Home for awhile now. I have heard that you can use other home replacement apps (OpenHome and aHome) themes with Panda Home. I have downloaded a few Home themes and moved the zip file onto my sdcard. Panda Home doesnt seem to recognize them or have the ability to open them. How do I install other themes using Panda Home?
View 4 Replies
View Related
Apr 3, 2010
I have the Droid, Android's just released 2.1, and I downloaded dxtop, which in itself seems to work fine.
However, when I install dxtop themes, they seem to download and install OK from the Market screens and the pulldown status bar, but when I go to install them they are nowhere to be found.
The documentation I have found, even by dxtop itself, is nebulous about (finding and) installing the themes.
View 2 Replies
View Related
Apr 19, 2010
How to create custom themes from scratch for an application?
View 2 Replies
View Related
Oct 18, 2010
I want to make my Android Application look a little bit sexier but as I don't have knack for design I was wondering if there are other themes that are available for importing into your Android app (like the Dark and Light themes that come with SDK)? I do not expect a Theme that would make Android app look like an iPhone app, but anything that would help me move in that direction is a welcome suggestion (and please don't go with "you can create theme on your own").
View 1 Replies
View Related
Mar 19, 2010
I know how to create and apply styles and themes thanks to http://developer.android.com/guide/topics/ui/themes.html. However, this method only works for our own activity or application. I'd like to create themes that could dress the whole system (i.e. all activities). Of course, I'd like to select one of these theme by programing. If I could customize the status bar as well, it would be perfect. I didn't find out documentation about that.
View 1 Replies
View Related
Nov 1, 2010
I am trying to add themes to my phone but can't seem to find ahome or pandahome.
View 5 Replies
View Related