RatingBar deforms my layout in Android 2.3 -
this how item of listview in app looks in android 4.4 (real device):
and how same activity in same app looks in android 2.3 (real device, too):
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
Post a Comment