saravanan-vdg / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Shopping list - Suggested Implementation #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I find it hard to check each item as you have to click right on the 
checkbox. It would be nice to have a larger area to click the height is 
fine but when I click in the area where the @ sign is it opens the edit. 
This has frustrated me a few times as I am trying to check something off 
and it opens the edit screen.

current clickable area is only the checkbox

---------------------------
@ |X|    name of item
---------------------------

suggested clickable area( left of the | check uncheck , right of the | 
update item

-------|-------------------
  |X|  | name of item
-------|-------------------

Original issue reported on code.google.com by greg.che...@gmail.com on 22 Jun 2009 at 4:13

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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