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

Config layout error #2

Closed
Mirrodin1969 opened this issue Apr 12, 2020 · 1 comment
Closed

Config layout error #2

Mirrodin1969 opened this issue Apr 12, 2020 · 1 comment
Assignees

Comments

@Mirrodin1969
Copy link

Mirrodin1969 commented Apr 12, 2020

Hi...! Lovely of you to give this code. Thank you!

I'm very new, trying to learn. Can't understand most of it. Everything loads and runs fine on my Ticwatch Pro as a VD from AS 3.6...but when I enter config screen on watch (cog press) and scroll down, there is the option "Rate the Watch Face" then a big gap, thenI can just see part of the word "second" and I can see the word "hand" and the option slider circle thing is nearly off the screen.

I can't see anywhere in the code where this might be happening...can you show me the part that creates this list and where the gap might be?

So many thanks!

Rob ( [email protected])

@VladimirWrites
Copy link
Owner

Hi! 🙂
Good catch!👍 I have no idea how I missed that one.

The order of items was wrong. Rate the Watch Face should be the last, as it has space added to the bottom.

android:layout_marginBottom="@dimen/bottom_margin"

In order to fix it, I simply changed the order.
Here is the commit: b13db09

I will release the new version right away!

If you are interested in creating your own watch face, I have created a Pluralsight course that's covering that topic. It's my first course so don't expect amazing quality 😉. Pluralsight is free for the whole month of April if you use this link to register https://pluralsight.pxf.io/ndx17. It doesn't require credit card info to register.

Finally, if you have any questions regarding Wear OS or Android development feel free to write to me at [email protected]

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

No branches or pull requests

2 participants