-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
[ Original_design_flow ]
- Touch scroll view.
- Then record a lap time.
- Print it on text view. ( text view is in a scroll view)
[ Reality : Current_flow]
- Try1
"If touch listener is on scroll view,"
- Touch scroll view
- Then record a lap time
- Print it on text view
4. I can not scroll, it doesn't operate.
- Try 2
"If touch listener is on text view,"
- Touch text view + but Its size is too small and touch is hard.(I can't resize it on xml)
- Then record a lap time
- Print it on text view
4. Now the size of text view is enough large to touch because its contents are appended and its size is also bigger
Thus, touch is easier than before.
"I want to choose 'try1' but I guess the scroll event may collide with touch event.
Is there any alternatives?
Or
I wish the size of textview on "try2" is big from the beggining."
Metadata
Metadata
Assignees
Labels
Projects
Milestone
Relationships
Development
Select code repository
Activity