On my Mio A701, it used to be much bigger however on the Tytn the thumbnail is much smaller, even though there is enough space to make it bigger. Anyone know how to in crease the size of it?
When I say big I meant to say 16x16 or 32x32 whatever is the average size I keep seeing on all those nice themes and WM5 based PDA phones...
Is there some kind of plug in or how I do it...?
I am sorry I'm a noob - but anyone willing to help me? Thank You!!!!!!!
Tnx
Try reading the iPhone threads and see how they're implemented...
Generally claunch or wisbar...
V
For big icons, you could also try iLauncher, PocketPlus, and... didn't somebody else just release a new tab launcher?
As vijay noted, the fanciest screens are pretty much gonna be using Wisbar or claunch.
go to screen settings, ie for stylus setup, then youll see text size!
i can't set icon size over 32px with cLauch
it's too bad. any solution ?
try rlToday
rassen said:
i can't set icon size over 32px with cLauch
it's too bad. any solution ?
Click to expand...
Click to collapse
The icon itself can't be over 32 pixels, but you can set the actual size of the icon on the screen larger than that. However, you *may* lose some resolution in doing that.
I use claunch too. Its simple and very usefull application. bravo maheri, kar tako naprej. Keep on, maisters.
newbie2 said:
The icon itself can't be over 32 pixels, but you can set the actual size of the icon on the screen larger than that. However, you *may* lose some resolution in doing that.
Click to expand...
Click to collapse
i see.
so then, no more solution it's simple same cLaunch?
i don't like wisbar.
any simple software like cLaunch can make my PPC like iPhone
Yes. All you need is cLaunch. Keep your maximum icon size at 32 and then set the icon size you want on the screen. I've seen some good results with icons as large as 48 on the screen. I personally set my icon size on the screen for 36 -- but that's only due to how I want it to end up looking with a set number of rows and tabs.
newbie2 said:
Yes. All you need is cLaunch. Keep your maximum icon size at 32 and then set the icon size you want on the screen. I've seen some good results with icons as large as 48 on the screen. I personally set my icon size on the screen for 36 -- but that's only due to how I want it to end up looking with a set number of rows and tabs.
Click to expand...
Click to collapse
so, the quality is bad.
i think good icon size for iPhone theme is : 42 x 42 pixels.
I just mail to cLaunch author, but have no response.
perhaps i'll switch to this solution:
http://forum.xda-developers.com/showthread.php?t=302739
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.
Hi, I would like to use a note 3 with external monitor when im away from home but I would prefer more real estate. Is there a way to trick android into thinking it is a larger screen and reduce the icon sizes shown. By this I specifically want to be able to program on it so reducing the font size to show more of the document on the screen would be great.
Thanks for any suggestions.
PhilipBatten said:
Hi, I would like to use a note 3 with external monitor when im away from home but I would prefer more real estate. Is there a way to trick android into thinking it is a larger screen and reduce the icon sizes shown. By this I specifically want to be able to program on it so reducing the font size to show more of the document on the screen would be great.
Thanks for any suggestions.
Click to expand...
Click to collapse
bumpity
How did you manage to do this without rooting?
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)?