Day/Date
Day and date indicators based on standard DayOfWeek and DayOfMonth hands
Description
Day and date indicators based on standard DayOfWeek and DayOfMonth hands with underFace attribute.
Anatomy
Face with windows for day and date imdicators. Day and date hands implemented as large disks under face. Regular central hands for time.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="day_date_face"
useSystemTime="true">
<hand
image="day_date_hand_day_of_month"
axisFacePoint="872:888"
axisPoint="806:806"
shadow="false"
type="DayOfMonth"
underFace="true"/>
<hand
image="day_date_hand_day_of_week"
axisFacePoint="878:900"
axisPoint="600:600"
shadow="false"
type="DayOfWeek"
underFace="true"/>
<hand
image="day_date_hand_hour"
axisFacePoint="877:877"
axisPoint="48:533"
shadow="true"
shadowBlurRadius="15"
shadowColor="0xA0000000"
shadowOffset="5:5"
type="Hour"/>
<hand
image="day_date_hand_minute"
axisFacePoint="877:877"
axisPoint="38:800"
shadow="true"
shadowBlurRadius="15"
shadowColor="0xA0000000"
shadowOffset="7:7"
type="Minute"/>
<hand
image="day_date_hand_second"
axisFacePoint="877:877"
axisPoint="27:782"
shadow="true"
shadowBlurRadius="15"
shadowColor="0xA0000000"
shadowOffset="9:9"
type="Second"/>
</TrueAnalogClock>
Manual code
No.