Lately I've been trying programmatically enhance ADWLauncher's code to fit my needs.
One main thing I was stuck with was enlarging the home screen's icons. I was not able to do that.
Does anyone know how to fix this?
Related
I have the 8525 and my company just allowed me to install Goodlink on it. My biggest complaint is the size of the fonts. They are tiny compared to the regular mobile Outlook fonts. I find that the fonts are too small and it is very difficult to read e-mail and the Calendar today screen plug-in. I have changed the text size in the Good Preferences to "Large" but it helps only a little. Additionally, turning on clear-type helps a little as well. I have found that changing the text size globally for the PPC (from the Screen applet in Settings) increased the size of all fonts BUT Goodlink. Is anyone else having these problems? My eyes are generally OK, so I don't think it's me (and other people whom I have shown it too can't read it at all). Does anyone know of a fix for this? The "Good" people at Motorola haven't heard of this problem and can't offer any solution. I can't believe that I am the only one who is complaining about it. I have also searched around and haven't found anything.
Thanks,
I have the same issue and problem with an HTC Fuze. The Good Launcher fonts are extremely tiny and even with the Large fonts enable on the app as well in settings on the device it is not much bigger. If anyone knows of a hack to change the font size for the good link software it would be very helpful.
Hello,
Just wondered if any one has figured out how to increase the
font in the WMP Mobile library. I have FTouchflo installed and it
works perfectly but would love to see the font bigger for
easier finger scrolling when panning songs, etc.
Searched forums but can't find any way to do this.
Has it been done... any ideas...
Thanks...
CP
I'd like to bring that question to the top once again... any ideas?
I have not found a way to do this, although increasing the system font via the registry accomplishes this, but it throws off the size of your other menus as well.
Hello,
Now I am using default keyguard function.
And now I wonder if the keyguard screen can be changed.
Because the screen is very simple and it seems that the notification logo
is shifted little bit
I know there are some good keyguard soft which can change
the screen to favorite one.
But I like this simple keyguard.
Does anyone know how to do it?
It's simpler than you think:
Settings->Lock->Display: Windows Classic
Dear Samhain77
Thank you for your information.
It seems something different from what I wanted to do.
The screen shot which I uploaded comes from not "Lock" but "hp keyguard soft".
But your suggestion might be one of alternative idea.
Thanks again
I have no idea how to develop android apps or anything like that, I do have a few questions or ideas on how to do this though.
Basically what I am asking is, is it possible to increase the size on an icon on the home screen, whether its using adw.launcher, launcher pro, or the stock launcher?
I know you can increase the size of widgets on adw.launcher but I want the icons.
Better cut lets you change the icon, but not the size. I think I read that standard icons on android phones are 48x48.
Is their anyway to possibly explore the .apk and rechange the icon dimensions or image size, and resign it and then install it?
Or is their a program available that lets you stretch icons on the homescreen.
I have tried better cut, and have icons that are higher resolutions, and haven't had any luck. Also i checked the market and their are no icon packs or anything similar to the ones I want
Could someone explain if this is possible please? thanks.
Anyone have a suggestion?
desktop visualizer---change size
Folder organizer---change icon
Sent from my blah blah blah
Thank you so much.
the developer who make more icons also makes a widget that lets you have large icons..dont remember the name but if you look for moreicons in the market you should be able to find this app
Hello everyone. I want to make a splash screen for my game. I need the image to fit the screen's width but I want the height to be larger than the screen's. Than, I will have an animation moving the image vertically, hiding the top part and showing the bottom one.
I have searched a lot and I am more puzzled now on how I should do this.
Firstly the only solution I found for the fitting part was a combination of java and xml. But the problem here is that the java class doesn't produce a bigger than the screen image, but a cropped image. So, I can't make the animation later on.
Than i figured out that I could use a scrollview. And after combining some solutions I found on the web, I managed to have the right dimensions for my image and avoid any cropping. But now I can't do the animation because I am using the "fromYDelta ... toYDelta" and I can't find a way to calculate how much to put in the "toYDelta" value. And it cannot be a fixed value because every screen is different and so the dimensions of my splash screen.
Can anyone tell me a way to do this? Should I do it only in java and don't use xml at all? Or is it possible to do this through xml only (which would be better I think)?