clean up rollo / launcher2

This commit is contained in:
Joe Onorato
2009-08-07 14:33:40 -07:00
parent 9383905560
commit bf15cb44cc
8 changed files with 200 additions and 51 deletions

View File

@@ -31,9 +31,9 @@ import android.text.Layout;
* too aggressive.
*/
public class BubbleTextView extends TextView {
private static final float CORNER_RADIUS = 8.0f;
private static final float PADDING_H = 5.0f;
private static final float PADDING_V = 1.0f;
static final float CORNER_RADIUS = 8.0f;
static final float PADDING_H = 5.0f;
static final float PADDING_V = 1.0f;
private final RectF mRect = new RectF();
private Paint mPaint;