-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
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
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);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


