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
//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.