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

Help with Analog Clock face #7

Open
jpage4500 opened this issue Jan 16, 2023 · 0 comments
Open

Help with Analog Clock face #7

jpage4500 opened this issue Jan 16, 2023 · 0 comments

Comments

@jpage4500
Copy link

Hi, I'm trying to match the analog clock face that's shown in one of your examples but I can't seem to figure it out.

image

It doesn't need to match exactly, but I do like how the numbers are bold and easy to read. Also, notice how the hour hand is much longer in your example vs what I'm getting

image
image

Here's what I'm using:

        Clock clock = customLayout.clock;
        //clock.setShowBorder(true);
        //clock.setBorderStyle(BorderStyle.circle);
        //clock.setBorderColor(R.color.white);
        clock.setShowDegrees(true);
        clock.setDegreesColor(R.color.white);
        clock.showCenter(true);
        clock.setCenterInnerColor(R.color.white);
        clock.setShowSecondsNeedle(true);
        clock.setValuesColor(R.color.white);
        clock.setMinutesNeedleColor(R.color.white);
        clock.setHoursNeedleColor(R.color.white);
        //clock.setShowMinutesValues(true);
        clock.setShowHoursValues(true);
        clock.setValueDisposition(ValueDisposition.alternate);
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

1 participant