-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Stop Watch Activity is not responsive and has text overflowing problem. #604
Comments
Not everyone need so much time laps 😄 |
We could fix this by limiting the number of time laps to 4.But its not going to solve the problem for small devices. Another option is we could increase the size of a partition for more than 4 time laps, reduce the size of buttons a little-bit and accordingly do it in smaller devices. Here, the only problem is it's not going to look good. |
In my pull request (642), I have created a container for the stopwatch marks, which can scroll to accommodate new values. Also fixed some styling to make the design more responsive. |
Fixed in #623 |
stop watch activity has text overflowing problem.
the activity is not responsive also. so user will face problem on small screens.
The text was updated successfully, but these errors were encountered: