Android layout vs. custom view -
i want generate following android application.
i tried achieve using relativelayout
, drawables (empty circle, filled circle, dotted line) created using xml , not close it. right way generate such views layouts. if so, relativelayout
way go? or should create custom view that?
why there 4 dots between last item , 1 before it, while other have 3 dots?
anyway, think can achieve results having listview custom items.
each item shown relativelayout 2 imageviews (one below other) , textview on right of upper one.
the upper imageview have large dot (filled or not), optional dots above it, , imageview below stretch size according textview (align bottom plus add more small-dots) , have tiled dots background.
another approach have listview of textviews , imageview on left, , draw circles according listview showing (even while scrolling). it's harder, might more precise.
Comments
Post a Comment