[android-developers] RatingBar: is it possible to specify the size of stars ?

2011-06-06 Thread boraldomaster
Here is my style: style name=StarRatingBar parent=@android:style/ Widget.RatingBar item name=android:progressDrawable@drawable/ star_ratingbar_full/item item name=android:minHeight60px/item item name=android:maxHeight60px/item item name=android:minWidth60px/item

Re: [android-developers] RatingBar

2011-05-26 Thread neha jain
Thank u all... On Tue, May 24, 2011 at 9:24 AM, Ghulam Sarwar ghulam.sar...@gmail.comwrote: http://kozyr.zydako.net/2010/05/23/pretty-ratingbar/ On Tue, May 24, 2011 at 1:02 AM, neha neha.05...@gmail.com wrote: hi I want to create custom rating bar with image choosed by me instead

Re: [android-developers] RatingBar

2011-05-25 Thread Ghulam Sarwar
http://kozyr.zydako.net/2010/05/23/pretty-ratingbar/ On Tue, May 24, 2011 at 1:02 AM, neha neha.05...@gmail.com wrote: hi I want to create custom rating bar with image choosed by me instead of stars. Can anyone provide me code -- You received this message because you are

Re: [android-developers] RatingBar

2011-05-25 Thread Badri Narayan
Hi, Check out this link it would help u in customizing ur rating bar. http://kozyr.zydako.net/2010/05/23/pretty-ratingbar/ On Tue, May 24, 2011 at 12:32 PM, neha neha.05...@gmail.com wrote: hi I want to create custom rating bar with image choosed by me instead of stars. Can

[android-developers] RatingBar

2011-05-24 Thread neha
hi I want to create custom rating bar with image choosed by me instead of stars. Can anyone provide me code -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] RatingBar

2011-05-24 Thread TreKing
On Tue, May 24, 2011 at 2:02 AM, neha neha.05...@gmail.com wrote: Can anyone provide me code No Can you make an effort to solve your own problem Can you post when you have trouble with something specific Do you think this group is a charity with people just sitting around to

Re: [android-developers] RatingBar

2011-05-24 Thread neha jain
hey treking i have solved my problem without ny help of this group.I am new to android n if i asked this question,its not a big thing. If u dont wanna share code thn keep it to u. On Tue, May 24, 2011 at 2:37 PM, TreKing treking...@gmail.com wrote: On Tue, May 24, 2011 at 2:02 AM, neha

Re: [android-developers] RatingBar

2011-05-24 Thread Mohammed Hossain Doula
Neha you could have asked for a way not a code... :) That's not a good practice for a developer... On Tue, May 24, 2011 at 7:56 PM, neha jain neha.05...@gmail.com wrote: hey treking i have solved my problem without ny help of this group.I am new to android n if i asked this question,its not

Re: [android-developers] RatingBar

2011-05-24 Thread TreKing
On Tue, May 24, 2011 at 8:56 AM, neha jain neha.05...@gmail.com wrote: i have solved my problem without ny help of this group. Huh? If you solved your problem then why are you asking for code? I am new to android n if i asked this question,its not a big thing. I don't know what that

Re: [android-developers] RatingBar

2011-05-24 Thread neha jain
hey mohammed thank you i will keep this in mind. On Tue, May 24, 2011 at 7:43 PM, TreKing treking...@gmail.com wrote: On Tue, May 24, 2011 at 8:56 AM, neha jain neha.05...@gmail.com wrote: i have solved my problem without ny help of this group. Huh? If you solved your problem then why

[android-developers] RatingBar

2011-05-11 Thread neha
How can i resize size of stars in RatingBar?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Ratingbar problem (Big Size and Wrong Star Count)

2011-02-22 Thread Nesim TUNÇ
Hello Everyone, A little while ago I used RatingBar component in my Android app. But even I use my custom style, still the stars are very very big and so much even I set ratenumber to 5 ... Is there anyone has run into such as issue? -- Nesim TUNÇ Senior Software Developer of Distributed

[android-developers] RatingBar adding new background artifacts in 2.3

2010-12-21 Thread Rob
Is anyone else noticing their RatingBar skins looking really bad once they port to 2.3? I'm seeing the toggle button(i believe) as the background skin on all my rating bar's that have their style inherit from @android:style/ Widget.RatingBar.Small. I've checked the 2.3(9) source styles and don't

[android-developers] ratingBar - strange problem

2010-11-29 Thread Tobias
Hello, I have a strange problem. I want to use the standard ratingBar in my app. I want to put in in an alertdialog, like it is done in the android market app. In the emulator it looks quite good. Same as I run the API demo ratingBar1. But if I run it on my Desire froyo it looks strange. Between

[android-developers] ratingBar strange problem on htc desire

2010-11-29 Thread Tobias
Hello, I have a strange problem. I want to use the standard ratingBar in my app. I want to put in in an alertdialog, like it is done in the android market app. In the emulator it looks quite good. Same as I run the API demo ratingBar1. But if I run it on my Desire froyo it looks strange. Between

[android-developers] RatingBar onClick not being recognized in AlertDialog

2010-11-08 Thread Ashok Jeevan
Hi, I am implementing a RatingBar in an AlertDialog, but I am not able to implement rating using it. I have tried RatingBar.setOnRatingBarChangeListener(), but that isn't creating any listener events. I am posting a code snippet below which shows how I have implemented RatingBar in an

[android-developers] RatingBar + Theme Dialog = Weird behavior

2010-05-07 Thread Guillermo 'YaW' Andrades
Hi, I have a RatingBar with 5 stars and a 0.5 stepsize. If i put the RatingBar in a normal Activity, everything goes fine, but if I put the same RatingBar in the same Activity with the Theme put as @android:style/Theme.Dialog the stepsize is not working fine. I don't know how to explain, so here

[android-developers] RatingBar size issues on high-density screens (Droid, Nexus One)

2010-01-20 Thread Smelly Eddie
Hello Group - I am hoping someone that has formatted rating bars on a Droid, or Nexus One can help me. I had a few users with Droid s report oddities with rating bars in my application. Everything looked fine on my G1 but when I recently upgraded to a Nexus One ( for $49 !! ) and I see the

[android-developers] ratingbar

2009-11-20 Thread Jags
i tried to put a rating bar. i made it focussable=false and Clickable=false, but when i run it it is focusable and runnable. I tried to put in small dimensions, but the big stars are coming, how to make small, I am using android 1.5, seems there is no style=small attribute ! regards Jagat --

[android-developers] RatingBar ratingBarStyleSmall

2008-12-01 Thread chapp007
I am trying to put a RatingBar in a ListView with some text to the left. I need the RatingBar to be small and read-only. I have looked in the R.attr class and there seems to be a ratingBarStyleSmall attribute. I have no idea how to set this attribute. I have tried RatingBar