RatingBar deforms my layout in Android 2.3 -


this how item of listview in app looks in android 4.4 (real device):

enter image description here

and how same activity in same app looks in android 2.3 (real device, too):

enter image description here

as can see, using custom layout rating bar, deforms activity in android 2.3 horrible vertical bars. can tell me why happening?

set correct android:minheight , android:maxheight values stars style. happens because of different parent styles on different platforms.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -