Hi Guys,
I'm trying to change the font of the default clock in Widget Locker. I'm offered the following fonts when trying to change it: Ice Cream Sandwich, Honeycomb, Honeycomb Mono, Clockopia and DroidSans.
Is there a way to add other fonts to this list and other fonts to the list of available fonts for the entire device?
Thanks in advance, and I hope this thread is in an okay place!
Try here: http://forum.xda-developers.com/showthread.php?t=968613
Related
Does anyone know where theme chooser app stores the themes (specifically the icons) I'm using golauncher ex and want to change some of the icons but since I'm not using a golauncher theme I have to know where they are located to set a custom one
* I'm just sayin......
I'm wondering the same thing...anyone?
ctraywick1 said:
Does anyone know where theme chooser app stores the themes (specifically the icons) I'm using golauncher ex and want to change some of the icons but since I'm not using a golauncher theme I have to know where they are located to set a custom one
* I'm just sayin......
Click to expand...
Click to collapse
icons come equipped with adw themes..go to adw settings apply theme click use theme icons
pimped out g2
also for custom..long click shortcut..rdit...click pic...choose from icon list of ur themes
pimped out g2
icons themselves are stored in [theme.apk]->res->drawable-hdpi , but as far as how they are applied, I'm not entirely sure... I was hoping it might be the same as adw ex theme iconpacks (where you simply name the png a certain way and it automatically applies itself), but it's not. you'll have to do some code editing as well as png editing it looks like.
wish I could be more help, but I don't ever screw with t-mobile theme engine themes.
I'm themeing the clock on my lock screen. I can't figure out how to change the font though. I know it's one of the xml's in the framework. Any advice would be great. Thanks.
Sent from my Galaxy Nexus
You can use the application mClock. it's free and you can change the font of your clock easily.
You can find XML generator for mClock on google.
Specify the name of your font.
After paste your font file in /sdcard/Fonts/
If it doesn't exist you can create it.
Enjoy !
Im using the Elegant Blue Them on CNA. However, I want to change the softkeys. My understanding is that the ThemeChooser pulls the assets from the themes APK and not from system. How can I keep the theme, but put different softkeys? I'm trying to use the text softkeys, as it is right now, only the search one changes. I assume this is because the Elegant Blue theme doesn't account for a search key in its assets. Any help would be greatly appreciated.
Using the theme engine within Settings, is it okay to use parts of a theme from different themes together? Like can I use wallpapers from one theme and use the style and status bar from another and also use the font of a different theme? Will that work?
Also how do I change the lockscreen wallpaper?
(I am using Bliss Rom 6.1 if that helps)
Thanks!
Hi, I have a quick question for all of you. We know that Roboto is the standard font that we need to use for our Android App. Google Material design specification mentions about Roboto font.. I would like to know can designer/developer use different fonts like Open Sans, sans-serif etc for designing the android UI. Could you please suggest how to use different fonts for Android design? Does it break any rules or does it work in every android screen density? Is it mandatory to use the Roboto font?
android_56576576 said:
Hi, I have a quick question for all of you. We know that Roboto is the standard font that we need to use for our Android App. Google Material design specification mentions about Roboto font.. I would like to know can designer/developer use different fonts like Open Sans, sans-serif etc for designing the android UI. Could you please suggest how to use different fonts for Android design? Does it break any rules or does it work in every android screen density? Is it mandatory to use the Roboto font?
Click to expand...
Click to collapse
Hi,
I read your query and would like to share my experience regarding the fonts used in Android applications. Roboto is the standard font because its visual effects are nice on the device but, it doesn't make it a mandatory choice while app development. You may go for whichever font suits your application until it doesn't make the app interface messy. Also, while choosing the font, you should not try to opt for multiple varieties of styles for a single application. One font style is enough to make app text clear and effective.
Thanks.