General :: Change DPI Or Font Size Of Decompiled APK
Jan 20, 2013
Is there any way to change the dpi or font size of a particular app... like for eg the font size on the google currents app is too big ... and the whole feed is not readable we have to touch the feed to read the content... so is there any way to decompile the apk and edit some values to change the dpi/font size.....
View 4 Replies
Jul 3, 2012
Just moved from iPhone to Galaxy S3 ICS. The Email app has no place to change the font/text size and it is HUGE. Like so huge I can read the text 6 feet away, that is not an exageration. I need to shirink this by at least 50%,
View 2 Replies
View Related
Dec 26, 2009
This is my first post. I've had a Moto Droid since day one, and I just love it. It is without a doubt better than any phone that I've had over the years, and that includes the iPhone, BB, etc.
However, there are 2 things that I don't understand - Font size and a spell checker. It is imposiible to read the small font size in emails or text messages.
1. Why has there not been an app to either change the font size or be able to zoom in? Picasy has incorporated multi-touch for zooming, so I've to assume that its doable! Why not have the same in an email client.
2. Why is there not an email client out there that allows for spell checking? There are many such apps for the BB! I am a terrible speller.
I am not complaining, I just want to understand the limitations from a developers prospective, as I am sure these isuues will eventually be addressed.
View 12 Replies
View Related
Feb 18, 2009
Is there a way to change the font size on a tabbed Activity? I can add an icon but I'd like to shrink the font a bit?
View 3 Replies
View Related
Sep 10, 2009
I'm creating Tabs for my application and I wonder how do I change the font size in the Tab Host (Tab Menu) in the following code, that is the font size of Menu1, Menu2, Menu3, Menu4: TabHost host=getTabHost(); Code...
View 4 Replies
View Related
Sep 26, 2010
How can you manually change the font size of a webview? e.g. When the page loads up in the webview the font size is like 24pt. and way too large for my android's screen. I've looked into the "websettings" but it seems that the two are not related.
View 1 Replies
View Related
Mar 4, 2010
I have a button in my Android project that contains two rows with text to the left, and one drawable on the right side. This works perfectly with this code...
View 1 Replies
View Related
Apr 15, 2010
Is it possible to change the font size of the detail message text in the Progress Dialog? Or will I have to create a custom Progress Box?
View 3 Replies
View Related
Mar 17, 2010
How can I change the font size in a ListView element? In my main.xml file, I have tried several different values in for android:textSize (pt,px,sp,dp) and nothing seems to change it.
Here is what I have currently for the in my main.xml:
CODE:...........
Here is my Java:
CODE:................
View 3 Replies
View Related
Mar 14, 2010
Why hasn't anyone created a email application that allows you to change font size? It seems everyone wants one.
View 6 Replies
View Related
Sep 29, 2010
Does anyone know how to change the font size in experia 10?
View 8 Replies
View Related
Sep 21, 2010
Does anyone else have problems changing email font size in the standard mail app? I would like to see email text in a smaller font size, but changing it to smaller or smallest in the settings does not seem to have any effect.
View 1 Replies
View Related
Oct 15, 2009
Anyone know how to change text font size and color for sprint hero?
View 2 Replies
View Related
Nov 14, 2012
I tried to change the font on Kyocera Rise with Font Installer, after it was complete it required to reboot but now its on boot loop. When i go to Android System Recovery the bottom says E:cannot load volume /misc!
View 3 Replies
View Related
Sep 23, 2010
In which i am setting font-size 12px for TabWidget Indicator(title) font. Now, my problem: Same way of Tabwidget style modification, i want to modify style for Listview for incresing/decreasing font-size. I know we can modify font-size of listview by defining custom-layout for Listview. But if there is a way to do by styles.xml then pls help me and let me know.
View 1 Replies
View Related
May 13, 2010
I;ve been trying to create a custom button in android using this tutorial - http://www.gersic.com/blog.php?id=56
It works well but it doesn't say how to change the font size or weighting. Any ideas?
There was another question on here and the only answer was to use html styling but you can't change a font size in html without using css (or the deprecated font tag). There must be a better way of setting the pixel size of the font used on buttons?
View 1 Replies
View Related
May 19, 2013
My message menu and contact are shown really big font (screen shot attached) how can i change it or reduce to small font...?
Pinch zoom out dosent work
Tried font installer still not working..
I am rooted and on i mobile Q6a rom
Device xolo a1000
View 2 Replies
View Related
Feb 6, 2013
I have a Nexus 7 (got it for $25 because the previous owner dropped it and about 1/2" square area of the upper right side of the digitizer no longer responds to touch, aside from that it's 100% functional, and it's the 8GB model) and I also have a Netflix subscription which my Wife uses quite frequently, but because she's deaf the captions are an absolute must. Unfortunately with the Nexus 7's awesome 1280x800 display the default font size Netflix has chosen is pretty small, it's like a 20 point font or something as this screenshot shows:
I've been searching through the filesystem on this Nexus 7 and I haven't had much luck with locating something like a "build.prop" file for the Netflix app that might allow me to adjust the size of the font it uses by default. If there's a way to alter that and make it about twice as large as the default size I really would love to make that a reality.
View 2 Replies
View Related
Dec 2, 2011
I'm trying to hack an apk.My first step was to use apk multi tool, and to just decompile and recompile it.No error appears during those steps.But this new apk won't install on my phone !
If I check difference between the two apk:all xml files are differents .RSA and .SF have not the same name classes.dex, resources.arsc and manifest.mf are differents.I don't understand those difference. how to recompile a proper version ?
This app is a french app that shows speed cameras on the road. However this app is now only showing a big zone and not the exact location for france. But it stills show precise location for other countries, so obfuscation is done at the apk level, and I already found where it is in the code, so i'd like to bypass it and recompile a "special' version
View 6 Replies
View Related
Apr 8, 2013
I'd like to delete a image from the drawable folder in the decompiled apk, is there a easy way to remove all references to the image so I'll be able to recompile it with apktool without error?
View 1 Replies
View Related
Aug 31, 2013
how can i change the colors of the fonts in power off menu?
if possible, change the black text color and the "Reiniciar" to other color too...
View 1 Replies
View Related
Feb 14, 2014
I have android 4.2.1 on my phone and want to change font color of my lock screen from white to pretty much any dark color.
View 1 Replies
View Related
Apr 4, 2012
I don't want to use font changer as it may cause boot loop. I tried to copy font in system are aa but unable to apply font.
View 5 Replies
View Related
Aug 2, 2012
Is there a way to change all of the system fonts into just one font? I'm running a ROM that uses about 20 fonts. However I only want to use Roboto. Is this possible?
GT-I9100
View 2 Replies
View Related
Oct 22, 2011
I'm try to change font of A50 by Fonts Changer. But mistake by rebooting it can't not finish to start up.
By it still showing word "Garmin Asus" and logo android.
- I'm try to wipe userdata. but it still show word "wipe userdata" + "Garmin Asus" + Logo adroid and it not restart like normal.
- I'm not install bussy box or ROM manager or fastboot into it. So i'm can't connect it by ADB too.
View 6 Replies
View Related
Jun 18, 2013
I have looked all over, and I can't find any answers - Can you change the font of the lock screen clock? Or can you change the clock out for other clock widgets?
View 6 Replies
View Related
Apr 17, 2014
How to change the font color from white to black?
View 1 Replies
View Related
Sep 15, 2012
How to change clock font color and date and time font color in status bar an easy way to change it.
View 4 Replies
View Related
Nov 29, 2013
How to change the font color in my settings app from white to black ? , which file I should edit after compiling app ? , in order to make it like s4 settings app [I will change the holo black image to white].
View 8 Replies
View Related
Dec 27, 2012
I have an acer iconia tab a210.
With jelly bean ionly use two home screens how can i remove the other.
Also how can i change system font to helvetica.
View 2 Replies
View Related