Skip to content

This an android analog clock widget designed by material design guides.

Notifications You must be signed in to change notification settings

MohammadRezaei92/MinimalistAnalogClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalistAnalogClock

  • This an android analog clock widget designed by material design guides.
  • This project is based on Afsal Rahiman Minimalist Clock UI concept. See on Uplabs

How to use

  • As a widget just install app and select widget from home screen, select preferences and click add widget button to add to home screen.
  • As a view you can use Clock view as below
<rezaei.mohammad.neo.minimalistanalogclock.Clock
        android:id="@+id/clock"
        android:layout_width="250dp"
        android:layout_height="250dp"
        android:layout_centerHorizontal="true"
        app:hourDotColor="@color/light_blue"
        app:minuteDotColor="@color/white"
        app:handsColor="@color/white"
        app:secondDotColor="@color/red"
        app:showDate="true"
        app:showSecond="true"
        app:datePrimaryColor="@color/white"
        app:dateSecondaryColor="@color/black"
        app:centerCirclePrimaryColor="@color/blue_grey"
        app:centerCircleSecondaryColor="@color/red" />

All these attributes are accessable in code too.

About

This an android analog clock widget designed by material design guides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages