Giter Site home page Giter Site logo

clock-view's People

Contributors

arbelkilani avatar codacy-badger avatar stjin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clock-view's Issues

NO layout available

Hi,
I pulled the code but when i run after importing the project.
There is no layout file available in the code for ClockFragment, TimeCounterFragment, StopWatchAdapter, TimeCounterFragment.
and also in activity_main layout file, there is no menu file available in menu folder which is used in Main activity.
Please check and let me know where i am doing wrong.

Help with Analog Clock face

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.