Android : How To Change Size Of RadioButton?
Jun 10, 2010I have many RadioButtons in mein App. The RadioButtons are too big for me. Is there any way to make it smaller?
View 1 RepliesI have many RadioButtons in mein App. The RadioButtons are too big for me. Is there any way to make it smaller?
View 1 RepliesHow to change RadioButton size? it's too big
View 3 Replies View RelatedI am trying to set a RadioButton as checked/not checked through code. It is working the first time I set it, but the second time, the code does not set the button. Here is the relevant part of my code. I have commented on the problematic part. code...
View 2 Replies View RelatedI would like to change the ramdisk size. How I can change this? I have a process that It does not finalize its task because Zygote kill it.
View 2 Replies View RelatedPrinciple of the image to be displayed: *Bitmap _scratch = BitmapFactory.decodeResource (getResources (), R.drawable.skalyzmn); canvas.drawBitmap (image, x, y, null);*
How to use this method to reduce or increase the picture?
What you need to add that the picture was of such size that I want?
How can i change the star colors and how can i change the size of the stars ?
View 3 Replies View RelatedI would like to make CheckBox a bit smaller/bigger, how can I do this?
View 1 Replies View RelatedI would like to change the height and width of the image. Displays the image using the canvas: How to change the size of the bitmap?
View 1 Replies View RelatedI have 2 ways of displaying ListView data. I have a class for each type of row. I do not create the rows in an xml layout. (Each row is derived from View and does custom drawing). When I switch from 1 type of row to another how do I get the ListView to layout properly with the correct row heights, and refresh? Is View.forceLayout() on the right track?
View 1 Replies View RelatedHow to change the size of LinearLayout when it is runtime ? I've set the size dynamically when it is runtime. But no luck. Didn't change the size of LinearLayout.
View 1 Replies View RelatedI am trying to change the screen size of the emulator and see on the site that they tell you what commands to use, but it doesnt' tell you HOW to do it. how I would change the screen size. I believe this occurs on startup. I have eclipse as well, but would rather just shell into it and change it whenever I want.
View 2 Replies View RelatedIs it possible to change widget size at run-time? I want to provide users with an option to chose size of the widget from configuration utility but can't figure out how to do that. The only way to specify size of the widget seems to be to explicitly do that in AndroidManifest.xml
View 2 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 dynamically change the size of a widget? Can an app have multiple widgets?
View 3 Replies View RelatedIs 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'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 RelatedIs the view aware of the orientation change in order to return updated size after a change in orientation? I'm handling the orientation myself (android:configChanges="orientation|keyboardHidden"). Does it means that I have to take into account the orientation state when querying for view.getHeight()? The view returns the same value as before the orientation change. It this the normal behavior or I should "notify" somehow the view to "refresh" its size.
View 2 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 RelatedIs there a way to change how big the logcat buffer is? or how much is buffered back? Especially when using DDMS.
View 3 Replies View RelatedI have a ListView with few items. Is it possible to change size of the selected item in the ListView. For example, I want to expand selected item to show some buttons.
View 3 Replies View RelatedIs there a way to change the buffer size in the media player on Android? I'm trying to stream video to mobile devices over rtsp. It works fine, but on android v1.6+ the buffer overflows leading to degraded video quality. Is there any way to configure the media player to use a bigger buffer, or take any other measures to prevent overflow?
View 3 Replies View RelatedCode...
the current size of the text in the listview is large. and i cant seem to figure out how to change the text size.
How do I change the size of the controls placed in a layout? (by any method) I tried to change the height of an EditBox ->setHeight(10); doesn't seem to work.
View 4 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 created a custom Button class and I want to be able to change its width/height depending on some factors in addition to the content width/height. How can I do this?
View 1 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 RelatedI need to have a grid (created by program, not by xml) of equally sized buttons. They display text in different sizes. The problem is that when I change the text size to a smaller size, then the button automatically resizes to be smaller than the others.
View 1 Replies View RelatedI like using K9 Mail, but I was wondering if there was a way to change the size of the messages listed in the in box or any IMAP folder. 10-and-a-half messages (with the subject on one line and sender on another) are displayed on my Moment's screen. While I like seeing all of these messages, it is not very finger-friendly. It is difficult to tap precisely on a given message. Is there any way to increase the size of the message list? Something like the default Gmail or Android e-mail app would be great. I have dug through the preferences of K9, but so far haven't found anything other than being able to change the theme of the app.
View 1 Replies View RelatedI want to change the size of surface view at run time when it is changed to Landscape Mode?
View 1 Replies View RelatedI am adding listview programmatically. My code is as follow.
CODE:..........
Now i want to change the size and color of text.
[there is know method like lv.settextsize / lv.settextcolor ]