How can i change single row Image size in grid view gallery ? When i change size of ImageView of single row it doesnt change nothing .
Please help .
Related
Does anyone know what the size of the cube icons is in inches, cm, or mm? I can convert web icons to bitmap and bitmap to .brn, but I can't seem to get the right size to fill the square correctly. Any help would be appreciated.
Format is 32X32 but i dont know if it's inch, or mm
you can use "articons pro " as software to convert or modifie the icon size
do you realize how big is 32 inches my friend?? , bigger than the average TV set!
Try 119px wide x 105px high.
Hi
Does anybody know how to change font size for dialer items? Each item height is quite big, but item's text is small. And maybe there is way to remove this something (is this contact type?) on the right side of each item (eg. "<k>").
Thx
shmayek
I've been wondering about the size of wallpaper for topaz. When we download a wallpaper with 480x800 px in size then we view it on topaz, the wallpaper seems very sharp...but once we set it into wallpaper turn into kinda blur..
Maybe because it compressed to fit the space between the top and down bar?
Anybody know about it?
negawolf said:
I've been wondering about the size of wallpaper for topaz. When we download a wallpaper with 480x800 px in size then we view it on topaz, the wallpaper seems very sharp...but once we set it into wallpaper turn into kinda blur..
Maybe because it compressed to fit the space between the top and down bar?
Anybody know about it?
Click to expand...
Click to collapse
Its a common issue, newer manila builds allow you to set your landscape wallpaper separate from portrait.
Hi,
My Girlfriend has an S4 i9505 international, every time she wants to change her homescreen wallpaper with ANY image, ,cropped or
not from any application, browser pic or ANY other source (ie camera pic) The saved wallpaper ALWAYS sets as a LARGER image !!!
Even when cropped, I have asked her to remove all third party apps like quickpic and other galleries. so only sets from original touchwiz
gallery when selecting photo to save !!!
HELP
See images below, first image is original picture, second image is the saved as homescreen (LARGE) pic !!! Its not a cropping issue as
i have cropped the original pic till i am blue in the face !!! help
View attachment 2803819
View attachment 2803820
SOMEBODY please help ! thanks
I'm working on setting up a second NST and this time I want to arrange the launcher a little differently. I'm using ADW EX 1.3.3.9 and it seems to have picked up a default wallpaper from somewhere on the device (screenshot below). I can't find any way in ADW to do anything with wallpaper and I can't locate the image that's being used anywhere on the device. I don't want any wallpaper at all.
Can anyone point me in the right direction?
Edit: That was almost too easy...once I found the right ancient app. Then I created a 800x600 white png file and chose it for wallpaper. Magically it replaced the mysterious "n" image! I've attached a copy of the useful app
I have a simple (and boring) app for setting wallpaper.
You get a choice of black, white or aqua.
Note that wallpaper is usually larger than the screen size due to panning.
The only way to find out how large is to ask the system.
Code:
WallpaperManager manager = WallpaperManager.getInstance(this);
int width = manager.getDesiredMinimumWidth();
int height = manager.getDesiredMinimumHeight();
Wallpaper-1.0.apk is in the signature.