General :: Change Space / Margins Between Icons?
Jan 28, 2012
Any app which lets me change the space/margins between the icons? I've changed the font and it is a little larger size, therefore it gets chopped off at the second line caused by the icon below.
View 1 Replies
May 13, 2010
Is there a way to change the HTC Icons like camera, photos to the stock Android Icons?
View 5 Replies
View Related
Nov 25, 2010
I notice that the home screen is customizable but not the four applications on the bottom, the call, email, browser and applications. How would I change those icons with different icons? Mainly the email and browser. How do I turn off or at least severly limit the data that goes to and from my phone. I do not have wireless and am just a bit paranoid about going over my data limit. I got the phone from work and this is my first smartphone so I am a bit nervous about anything I do on it.
View 3 Replies
View Related
Nov 13, 2012
i am trying for a long time and customizing my acro s. i have now come to the part where i want to change the icons in app drawer.
is there no easier way to do this than pull the apps from the phone, changing the icon.png and push it back to phone? i dont want to use any launcher!!
do i have to decompile/compile.? or is enough just to open the .apk with 7z and change the .png
View 6 Replies
View Related
Aug 3, 2013
First: I have to edit the SystemUI.apk or the Framework-res.apk? (because in systemui i dont have battery icons, but yes wifi and etc); And in framework-res i have all the statusbar icons.
Second: I have to edit the .png images with patch 9.png or something?
Third: All the images to replace have to be exactly the same size of pixel? or 2 or 3 pixel more high or width doesnt matters?
View 1 Replies
View Related
Jul 1, 2012
i have a custon rom on my phone, and the custom icons are not good for me, but the rest of the rom are GREAT., how i get the stock icons? just delete the modded apk and build in the original or what i have to do? i want use a tool like desktop visualizer because i will change the icons in drawer too. and i will use the stock launcher.
View 3 Replies
View Related
Mar 28, 2012
have question about Music Player Pro. Is any way to change icons in this app? I tried to change the icons in the APK MANAGER 4.9, and using 7zip but after each program would not install. I wanted to change the program icon and the little that appears in the notification bar to look like the logo audio beats. There is some way to change these icons?
View 3 Replies
View Related
Jan 14, 2013
Why Rom ToolBox does not change the status bar Icons when it shows that it's installed?
View 1 Replies
View Related
May 6, 2012
Is there a way to change the icons in the app drawer in ADW Launcher or ADW Launcher EX? Like choose the ones we want.
View 6 Replies
View Related
Apr 20, 2014
I well know Unicon which allow to change all the icons in the whole system with a icon pack
Looking for something similar but to mod only a few apps
View 3 Replies
View Related
Jan 22, 2014
So I have installed a deodexed ROM for my Samsung galaxy GT-S6312 (young duos) and I want to change the status bar icons. I am talking about [URL] .... ( the red-squared bar with battery clock etc). How do I do it? Already went for xposed mod and it didn't worked.
View 1 Replies
View Related
Mar 3, 2012
Is there a way to change the default folder icons? I DON'T want to use an app because I like how the default one works. It's fast and simple.
I'm using Launcher Pro (free) on a rooted g2x (Eaglesblood cm7 rom).
View 4 Replies
View Related
Jan 28, 2013
CM10.1 or AOKP theme where the only thing that changes from stock is that the status bar icons, specifically signal, battery and wifi are white instead of Holo blue? Either that or a theme that replaces the status bar with MIUI bar icons but maintains the rest of the UI would be great as well. I tried one called HoloWhite, as well as a couple other minimalistic ones, but with those some of the icon styles changed.
View 7 Replies
View Related
Mar 23, 2013
how to change the icon of its battery, WiFi and signal bar. I was able to successfully root the phone..I wanted the phone to look original by changing those icons. Even if i try to apply different themes those icons wont change. And another problem is Phone Coverage Signal weak or lost, another phone can receive 50% or full coverage signal.
View 1 Replies
View Related
Dec 22, 2012
how to change bottom icons on home screen (e.g. phone,contact,message,internet,apps) i think its called the bottom dock its for new Samsung Galaxy S3 4G i cant find any forum or vids on youtube, i can find plenty on how to change the icons on the lock screen but thats not what i looking for.
View 5 Replies
View Related
Mar 18, 2013
How to remove a specific status bar icons and change the order of icon display? I think we need to edit the smali files, but I'm not sure which one to edit.
View 2 Replies
View Related
Nov 9, 2010
Can I change the packet namespace in eclipse in an already existing project?
View 2 Replies
View Related
Feb 10, 2010
I am trying to create a menu that slides up from the bottom.It starts with the menu's view just visible at the bottom of the screen, and then clicking it causes it to slide up.I tried using a TranslateAnimation, but although the pixels move, the hit areas of the menu are in the same position as before.So I think that if I can adjust the menu's margins after the animation is complete, this will accomplish what I want.However, I can't figure out how to adjust the margins.I've tried to create a LinearLayout.LayoutMargins object and then set its margins and apply it to the menu's view (which is a LinearLayout), but this doesn't work.
View 1 Replies
View Related
Sep 4, 2010
I have a FrameView that's created in my XML layout, and in my code, I'm trying to create a series of new ImageViews and add them as children of this FrameView. The ImageViews are small, only about 15 pixels square, and I want them to show up in various positions around the FrameView (I'm trying to implement what looks like a radar screen). I'm able to create them and add them just fine, and they show up on the screen.
However, when I try to set their margins, it doesn't seem to have any effect. No matter what I set, all the ImageViews show up in the top left corner of the FrameView, as opposed to offset by the appropriate margins. My XML layout is listed below, along with the code that generates the child views. Am I doing something wrong? How can I get the margins to show up properly? Or is there a better way to do this than by using margins.
XML:
CODE:....................
Java:
CODE:...............................
View 1 Replies
View Related
Apr 11, 2010
I want to add ImageView to FrameLayout with Gravity or margins. but FramLayout and ImageView has no method about that(Actually, I can't found that). Reason that selects Framelayout is to put ImageView on ImageView. code...
View 1 Replies
View Related
Feb 15, 2010
i have list views with image views and text views etc in them, and i'm trying to fix up a situation where the background image of a list element changes in the "pressed" state. if there's a straightforward way of doing that, please let me know! right now, i override onTouchEvent() in the topmost view, and also in those child views who don't just delegate to their parents which would be image views. i have to check for long clicks myself, but basically this scheme works. the list views are potentially different sizes depending on how much text is in the views etc, so i thought i would use a 9-patch as the background. however, when the background changes from flat white to the 9-patch, this seems to indent the view a bit - ie give it margins. eh? if i change the image to a non-9-patch, the margins remain as they are. i've tried different sizes of 9-patch, from 320x150 or so down to 100x30 etc, no change. what's going on?
View 3 Replies
View Related
Jun 8, 2010
I have been trying to use a ScrollView on a single ImageView with a JPG (~770 x 1024) over an AVD that's 600x800.
My main.xml is code...
It is important for me to avoid stretching the image. I can not use FIT_XY for ScaleType.
What is the recommended way to implement a display of a page that can be potentially scrolled?
Do I have to do it manually with a plain layout and scrolling upon GestureDetector.OnScroll events?
View 1 Replies
View Related
Oct 28, 2013
I would do this: [URL] .... (created with paint)
Because I get to edit files, but I am looking for a long time without finding how to put ALL the icons on the left, and keep only the icons on the right as in the picture.
View 1 Replies
View Related
Aug 8, 2010
I want to change icons, I have launcher pro, open home.
View 2 Replies
View Related
Jun 25, 2010
Is it possible to change Folder Icons on EVO? (without root)?
View 1 Replies
View Related
Sep 8, 2010
For some reason I can't seem to find any app that will change the icons on my phone. Any apps anyone knows that can do that? I'm surprised i can't find any.
View 3 Replies
View Related
Jul 17, 2010
How do I change the icons on my HTC Evo? When I look at screenshots of HTC Sense I see that the icons look nicer. They have a more cartoonish look then the ones I have on my Evo.
Here is an example of the icons I want:
View 9 Replies
View Related
Jun 13, 2010
I have an HTC desire and wouldn't mind changing the icons, because some of the stock ones just look a little drab - what's the best app for changing icons?
View 3 Replies
View Related
Aug 4, 2010
i have launcher pro on my evo and when i change my icons to the custom icons i put on the phone after a little bit they all go back to the original grey icons except for my email one. Does anyone know whats going on here? Also i cannot change the way the normal icons look. No matter how long i hold down the icon the only thing that hapens is it gives me the option to put it in the trash can.
View 6 Replies
View Related
Jul 2, 2010
If you are still using the Sense UI, is there a way to change the icons on Folders? For example I want to have a folder with a bunch of direct dials in it and would like an appropriate picture for it, like a little telephone or something.
View 5 Replies
View Related