Skip to content

Help with Analog Clock face #7

@jpage4500

Description

@jpage4500

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions