Set time with custom android AnalogClock from its original class

后端 未结 2 798
小蘑菇
小蘑菇 2020-12-30 18:23

I want to make a custom AnalogClock class using source code of AnalogClock by Android Open Source Project that is available in the internet.

I want to make the clock

2条回答
  •  离开以前
    2020-12-30 18:36

    //Here you can set the size of your clock
    int availableWidth = 70;
    int availableHeight = 70;
    

    This is where you can change the size of the View.

提交回复
热议问题