Day/Night

Big day/night indicator

Description

Big day/night indicator based on standard Hour24 hand with underFace attribute.

Anatomy

Face with large window for day/night indicator. Day/night indicator disk that works as Hour24 type hand under face. Central hour and minute hands and small second hand at 6 o'clock.

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="day_night_face"
    useSystemTime="true">

    <hand
        image="day_night_hand_hour24"
        axisFacePoint="911:911"
        axisPoint="625:626"
        type="Hour24"
        underFace="true"/>

    <hand
        image="day_night_hand_second"
        axisFacePoint="911:1308"
        axisPoint="38:233"
        shadow="true"
        shadowBlurRadius="15"
        shadowColor="0xD0000000"
        type="Second"/>

    <hand
        image="day_night_hand_hour"
        axisFacePoint="911:911"
        axisPoint="51:562"
        shadow="true"
        shadowBlurRadius="20"
        shadowColor="0xFF000000"
        type="Hour"/>

    <hand
        image="day_night_hand_minute"
        axisFacePoint="911:911"
        axisPoint="41:876"
        shadow="true"
        shadowBlurRadius="20"
        shadowColor="0xFF000000"
        type="Minute"/>

</TrueAnalogClock>

Manual code

No.