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 va 2 s . com import android.content.Context; public class TwentyFourHourClockWidget3x extends TwentyFourHourClockWidgetResizable { @Override protected float getSize(Context context) { return 196 * getDisplayDensity(context); } }