android - NavigationDrawer with "special" listview -
currently using standard navigationdrawer uses listview display items.
there's 1 issue though: last 2 items in listview need @ bottom of screen, while others on top. should this:
|item 1|
|item 2|
|item 3|
|item 4|
|item 5|
-space-
-space-
-space-
|item 6|
|item 7|
i thinking 2 listviews, there problem small screens , scrolling. thinking not using listview putting each item in there individually (maybe using linearlayotu within scrollview), not sure if that's best way though.
is there elegant way accomplish this?
add linearlayout inside scrollview , use buttons. don´t use list footer, in small device items 1-5 scroll , items 6-7 fixed.
you can use styles change buttons appearance.
Comments
Post a Comment