Back to project page 24hAnalogWidget.
The source code is released under:
GNU General Public License
If you think the Android project 24hAnalogWidget listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package info.staticfree.android.twentyfourhour; //ww w . j a v a 2 s.c o m import android.content.Context; public class TwentyFourHourClockWidget extends TwentyFourHourClockWidgetResizable { @Override protected float getSize(Context context) { return 196f * getDisplayDensity(context); } }