Back to project page PetBook.
The source code is released under:
MIT License
If you think the Android project PetBook 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 com.edinubuntu.petlove; // w ww . j a va 2 s . c o m /** * Created by edward_chiang on 13/8/12. */ public class PetLove { public static final String TAG = "Pet Love"; public static final float IMAGE_VIEW_HEIGHT_SCALE_RATE = 1.0f; }