Android :: Change Size Of Stars ?

Mar 15, 2010

How can i change the star colors and how can i change the size of the stars ?

Android :: change size of stars ?


Android :: Market App Which Sorts Findings By Stars?

Oct 17, 2010

Is there such an app? Its a major PIA to sort through hundreds of findings looking for 5-star apps with a reasonable number of downloads and reviews to qualify it.. An "organizer" of sorts would help a great deal. (non-rooted phone)

View 1 Replies View Related

Android :: Make RatingBar To Show Five Stars?

Oct 4, 2010

I am following the standard example of how to add a RatingBar. To control the number of stars I tried to use android:numStars="5". The problem is that the number of stars doesn't seem to do anything at all. In portrait-layout I get 6 stars and when I flip the phone I get about 10 stars. I tried to set the number of stars in my Activity (myBar.setNumStars(5) ) that loads the xml but there was no success with that option either.

So my question is how do I define my layout so that it will only show five stars? Set numStars doesn't seem to work.

View 2 Replies View Related

Android : Way To Resize (stretch) Droid RatingBar Without Adding More Stars?

Jun 21, 2010

Is there any way to resize an Android RatingBar. When I specify larger size for the RatingBar in my XML-Layout, it just gets stretched showing more Stars.

View 1 Replies View Related

Android :: Setting Profiles - Stars And My Bluetooth Being - Connected - But Coming Through Handset

Mar 18, 2010

So I have the full version. I looked around and didn't see an answer. First off, I can't find a contact for the dev, or a FAQ on how to use it. I have had it for a few months and everything is great, but now when I am on the phone in the car on the dock and on my BT, I unclip the phone and it should change to my profile that still has the BT enabled. For some reason, my call screen is still blue (BT), but the handset engages and the bluetooth cuts out.

View 3 Replies View Related

General :: Creepy Stars On Status Bar?

Mar 30, 2013

For the last few days I'm getting those weird stars in the status bar, and when I click on it, it's trying install something.

View 5 Replies View Related

Android :: Change RamDisk Size

Jul 18, 2009

I 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 Related

Android :: Change RadioButton Size

May 5, 2009

How to change RadioButton size? it's too big

View 3 Replies View Related

Android :: Change Image Size

Nov 15, 2010

Principle 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?

View 1 Replies View Related

Android : How To Change CheckBox Size?

Jan 27, 2010

I would like to make CheckBox a bit smaller/bigger, how can I do this?

View 1 Replies View Related

Android : How To Change Size Of RadioButton?

Jun 10, 2010

I have many RadioButtons in mein App. The RadioButtons are too big for me. Is there any way to make it smaller?

View 1 Replies View Related

Android : How To Change Size Of Bitmap?

Nov 17, 2010

I 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 Related

Android :: Change Size Of ListView Rows

Sep 22, 2010

I 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 Related

Android :: Change Size Of LinearLayout On Runtime?

Apr 15, 2010

How 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 Related

Android :: Change Screen Size In Startup

Mar 2, 2009

I 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 Related

Android :: Change Widget Size At Run-time

Oct 16, 2009

Is 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 Related

Android :: How Do I Change Size Of A Check Box Title?

Nov 24, 2010

I'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?

View 1 Replies View Related

Android :: Dynamically Change The Size Of Widget?

Sep 22, 2010

Is there a way to dynamically change the size of a widget? Can an app have multiple widgets?

View 3 Replies View Related

Android :: Way To Change Font Size On Tab Activity?

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

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 View Related

Android :: View Size After Orientation Change

Jun 17, 2009

Is 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 Related

Android :: Webview Font Size Change

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

Android :: Any Way To Change LogCat Buffer Size?

Jan 30, 2010

Is 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 Related

Android :: Change Size Of The Item In ListView

Aug 30, 2010

I 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 Related

Android :: How To Change Video Buffering Size?

Aug 6, 2010

Is 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 Related

Android :: ListView - Change Text Size?

May 18, 2010

Code...

the current size of the text in the listview is large. and i cant seem to figure out how to change the text size.

View 3 Replies View Related

Android : How To Change Size Of Controls In A Layout?

Apr 21, 2010

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 Related

Android : Way To Change Font Size On A Button?

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

Android : Need Buttons That Can Change Size Dynamically

Jun 25, 2010

I 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 Related

Android :: Change Font Size Of Progress Dialog Box

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







Copyrights 2005-15 www.BigResource.com, All rights reserved