Android :: Activity Title Font Size / Style?
Jan 30, 2009Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the other Activities.

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.
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 RelatedThis 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.
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 RelatedI have an activity which uses android:theme="@android:style/Theme.Dialog". The activity contains an ImageView which can show images of different dimensions. The ImageView should scale the Image so that it entirely fits into the window, at least on axes fits entirely and maintains the original aspect ratio. The size of the dialog should only be as large as the ImageView (plus its border width).
I tried the following but the dialog window always uses the whole available space:
code:............................
I like title bar style in android preference category. In my activity (no preferenceactivity) I want to use same style, how I can do?
View 2 Replies View RelatedIn android, if I have a TextPaint object, how can I set the font style to be 'bold'? I can't find any method in TextPaint or Paint to allow me do that.
View 3 Replies View RelatedHow to change the color of the text 'messaging' (green colored) to white.... mms.apk
View 4 Replies View RelatedI have a spinner with items, populated via ArrayAdapter. I want to change font style for some (not for all) of spinner items, both for spinner's combobox and listbox. I guess that I need to subclass something, but I don't understand what. How can I do that?
View 2 Replies View Relatedhow can we formate fonts in android application such as provide style to the font?
View 3 Replies View RelatedI'm writing a preference screen in in xml for my Android application. My issue is that some of the titles of the preferences are too long and will not wrap the page. Consider my example:
<CheckBoxPreference
android:title="Language Detection (BETA)"
android:defaultValue="false"
android:summary="Automatically decide which language to use"
android:textSize="15px"
android:lines="4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Maybe I'm missing something but I have tried using number of other properties with no positive results. I have tried android:singleLine, android:lines, etc., and none of these seem to effect the title of the preference. Also is there a way to scale down the size of a CheckBox title?
Is there a way to obtain the size of the notification bar and title bar in android? At the moment I obtain display width and height with code...
After that I want to subtract the sizes of the bars so that I can stretch a video without loosing ratio. Currently I hide the bars because I can't see a better way.
I want to change my font style, and color, anyone know how?
View 8 Replies View RelatedI hate the font when I go into my messages! Is there an app or a way to change the font?
View 4 Replies View RelatedAny way to change the font not just for my sms but for whole settings and everything?
View 2 Replies View RelatedHow do you change the font style and colour of the words / letters when using SMS?
View 1 Replies View RelatedIs there a way to change the font style on the Droid, preferably free?
View 2 Replies View RelatedI 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 RelatedMy 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 RelatedIs there a single place/call where I could increase all font sizes in the app all at once, programmatically?
View 2 Replies View RelatedI'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 RelatedHow 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 RelatedHow do you adjust the font size of an Android WebView?
View 2 Replies View RelatedI 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 RelatedI 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.
I want to hide the title bar for some of my activities. The problem is that I applied a style to all my activities, therefore I can't simply set the theme to @android:style/Theme.NoTitleBar. Using the NoTitleBar theme as a parent for my style would remove the title bar for to much activities. Can I set a no title style item somewhere?
View 4 Replies View Relatedi am using
Window w= getWindow();
w.setTitle("adf as afsa");
to change title of my current activity but it not seem to work.. can any one guide me how to change this?
i have already set the theme of my activity as android:theme = "@android:style/Theme.Dialog" but i also want to remove the title bar of the activity. so how to use android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" along with the dialog theme.
View 2 Replies View RelatedI dont want title bar in my application, how to remove that? in my activity?
View 7 Replies View RelatedIs 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