formatting for consistancy across Java code
Change-Id: I7bde4c9c024dfe7a18c92a36069433f044fc89bc
This commit is contained in:
@@ -83,7 +83,7 @@ public class FolderIconView extends View{
|
||||
float DZx = 0.2f*outerRadius;
|
||||
float DZy = 0.2f*outerRadius;
|
||||
//Bitmap blankPage = BitmapFactory.decodeResource(getResources(), R.drawable.page);
|
||||
Log.i( TAG , Float.toString( width ) + " X " + Float.toString( height ) );
|
||||
Log.i(TAG, Float.toString(width) + "x" + Float.toString(height));
|
||||
canvas.drawCircle(centerX, centerY, outerRadius, mPaintGray);
|
||||
canvas.drawCircle(centerX, centerY, innerRadius, mPaintBlack);
|
||||
//Either get thumbs from directory or use generic page images
|
||||
|
Reference in New Issue
Block a user