You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
[ Original_design_flow ]
[ Reality : Current_flow]
"If touch listener is on scroll view,"
4. I can not scroll, it doesn't operate.
"If touch listener is 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."
The text was updated successfully, but these errors were encountered: