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

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

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -