Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch event : activity_lab_start.xml #3

Open
ukiKwon opened this issue Apr 5, 2018 · 0 comments
Open

Touch event : activity_lab_start.xml #3

ukiKwon opened this issue Apr 5, 2018 · 0 comments
Labels

Comments

@ukiKwon
Copy link
Owner

ukiKwon commented Apr 5, 2018

[ Original_design_flow ]

  1. Touch scroll view.
  2. Then record a lap time.
  3. Print it on text view. ( text view is in a scroll view)

[ Reality : Current_flow]

  • Try1

"If touch listener is on scroll view,"

  1. Touch scroll view
  2. Then record a lap time
  3. Print it on text view
    4. I can not scroll, it doesn't operate.
  • Try 2

"If touch listener is on text view,"

  1. Touch text view + but Its size is too small and touch is hard.(I can't resize it on xml)
  2. Then record a lap time
  3. 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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant