Closed GoogleCodeExporter closed 9 years ago
Original comment by Alexander.V.Kasatkin@gmail.com
on 5 Sep 2011 at 7:39
Original comment by Alexander.V.Kasatkin@gmail.com
on 6 Sep 2011 at 1:18
Пожалуй присоединюсь.
Original comment by Andrei.K...@gmail.com
on 14 Sep 2011 at 5:37
Tree widget for Android: http://code.google.com/p/tree-view-list-android/
Original comment by pmis...@gmail.com
on 1 Oct 2011 at 11:38
Видели - достаточно убого
Original comment by Alexander.V.Kasatkin@gmail.com
on 3 Oct 2011 at 8:13
Мало что смыслю в программировании, но
может быть поможет это:
http://stackoverflow.com/questions/5639090/multi-level-view-expandablelistview ?
You can achieve an n-level ExpandableListView, if you use it with your custom
BaseExpandableListAdapter.
In this extended adapter, you override the
public View getGroupView(int groupPosition, boolean isExpanded,
View convertView, ViewGroup parent)
method, assign a BaseExpandableListAdapter instance to the convertView, and
return it.
If you have override all the necessary methods in your adapter, this should
work.
Original comment by imr...@gmail.com
on 12 Dec 2011 at 2:57
В реализации проблем нету. Проблема в том,
что TreeView отвратительно выглядит на
устройствах с небольшим разрешением(т.е. на
всех телефонах и на всех недорогих
планшетах).
Original comment by mc.creat
on 12 Dec 2011 at 3:07
А если для телефонов сделать так же, как
реализовано в системных настройках
телефона?
Original comment by imr...@gmail.com
on 12 Dec 2011 at 3:14
Original comment by Alexander.V.Kasatkin@gmail.com
on 20 Mar 2012 at 10:49
Слил с issue 104. Т.к. один и тот-же запрос.
Original comment by mc.creat
on 27 Mar 2012 at 11:00
Original issue reported on code.google.com by
imr...@gmail.com
on 5 Sep 2011 at 7:09