Android :: Want To Change TabHost Font Size
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
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 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 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
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
View Related
Sep 29, 2010
Does anyone know how to change the font size in experia 10?
View 8 Replies
View Related
Oct 15, 2009
Anyone know how to change text font size and color for sprint hero?
View 2 Replies
View Related
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
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 28, 2009
Because of i add image on the tab,the tab looks small,and the string of the tab is on the image now. So,i want to make the tab looks larger,and the string of the tab could under the image. what should i do?
View 4 Replies
View Related
Aug 5, 2009
if i use more then 4 tabs in the tabhost, they get to small to use with your finger.i like to scroll to the tabs, but no scrollview or set the tabhost to a scrollcontainer will solve the problem!
View 3 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
Jun 13, 2010
I have a tabhost...
in this tabhost is a Intent,and in the activity must change to other activity,
question is I hope the other activity at same tabhost switch?
Can do this?
View 1 Replies
View Related
Sep 26, 2010
How could I change a text color in my tabs?
View 2 Replies
View Related
Oct 7, 2010
I have a friend that is visually impaired and has a hard time reading normal sized fonts on cell phones. she currently has a blackberry tour because she can adjust the font size and make it large enough that she can read the screen easily. does anyone know of an android phone that you can adjust the font size on? or is there a program for a android phone that blows the screen up? she really likes the capabilities of android phones but needs to be able to see whats on the screen!
View 4 Replies
View Related
May 6, 2009
My Dad is struggling to read emails/SMS messages on his new HTC Magic. HTC confirmed there is nothing on the handset to increase font size. Anybody have any ideas please?
View 5 Replies
View Related
Mar 29, 2010
Is there a single place/call where I could increase all font sizes in the app all at once, programmatically?
View 2 Replies
View Related
Nov 15, 2010
How do you adjust the font size of an Android WebView?
View 2 Replies
View Related
Aug 3, 2010
I have two devices - HTC Tattoo and Sony Ericsson Xperia X10. One has 145 DPI, the other 245 DPI.
When I specify font size for a TextView in points, like this:
CODE:...................
I get different physical size of text on these two devices. On 245 DPI, the text is barely readable.
Now, "pt" size is supposed to be physical. I.e., in my test, both text blocks should have letters of the same physical height. Which is not the case.
View 2 Replies
View Related
Aug 10, 2010
I create a game board with squares. The size of each square (both height and width) is phone_pixel_width/number_of_squares to maximize the size of each square on the game screen depending on resolution (oh and I do not support mdpi devices, thus it does not get to small).Now my problem is that I also write text in these squares. If I use the same font size for HVGA screens and for WVGA (hdpi-normal) screens the font gets to big on the HVGA (mdpi-normal) screen. I was thinking about being able to select font size depending on its width and could thus adapt the font size perfectly to the calculated square width. Is there any easy way of doing this (note: I am using TextPaint and not TextView) or do I have to calculate this myself, on the fly so to speak by creating some kind of table at start-up.
View 1 Replies
View Related
Jan 30, 2009
Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the other Activities.
View 6 Replies
View Related
Apr 24, 2010
Full disclosure: There are millions of us semi-old guys who need reading glasses, but have perfect sight for everything else. We need the ability to use a larger font for the calling number. Its OK if the caller is in the contact list, but if it's not I really want to read the number quickly and decide yes/no on taking the call. Grabbing the readers takes time, and can be sketchy when driving.
View 7 Replies
View Related
Jan 26, 2010
I want to have a font-size preference in percentage relative to the default font-size, so I need to get the default font-size for a TextView.How do I get the default font-size of a TextView?
View 2 Replies
View Related
Jun 5, 2010
In my application i'm using tab widget. how can we set the text color and font size to a single tab ?
View 3 Replies
View Related