Closed GoogleCodeExporter closed 9 years ago
Good suggestion.
The RelativeLayout used currently would have to be replaced by (less performant)
nested LinearLayouts (as it actually was originally - before this blog post
suggested
a change:
http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html )
Or does anyone see a way how to achieve this within RelativeLayout?
Original comment by peli0...@googlemail.com
on 22 Jun 2009 at 4:45
I just started learning about the androids API and its layouts,views.
the only thing I can think of off hand is
1 changing single click on the whole line to check it off and still keeping the
long
press for updating data.(but im guessing a request was made to have the single
click
go to the update)
2. having a button on the right side to update and changing the single click
as
stated above.(which would impact performance as their would be an extra button
for
each item)
Original comment by greg.che...@gmail.com
on 22 Jun 2009 at 5:22
I did notice that all other themes work with single click, but the defuault
theme
the single click opens item
Original comment by greg.che...@gmail.com
on 22 Jun 2009 at 5:36
[deleted comment]
Fixed in r2420. Will be available in upcoming version 1.2.0.
Original comment by peli0...@googlemail.com
on 22 Dec 2009 at 2:33
Original issue reported on code.google.com by
greg.che...@gmail.com
on 22 Jun 2009 at 4:13