Changeset c27abf4 in galcon-client for src/com/example/helloandroid/Planet.java
- Timestamp:
- May 30, 2010, 9:42:17 PM (15 years ago)
- Branches:
- master
- Children:
- 9ef6f68
- Parents:
- 5053d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Planet.java
r5053d90 rc27abf4 39 39 40 40 p.setColor(Color.argb(255, 255, 255, 255)); 41 c.drawCircle(size, size, getRadius()+ 11, p);41 c.drawCircle(size, size, getRadius()+9, p); 42 42 43 43 p.setColor(Color.argb(255, 100, 100, 100)); … … 92 92 93 93 int c, prevC = linePaint.getColor(); 94 95 if(selected) {96 //drawSelectionCircle(canvas);97 }98 94 99 95 switch(faction) {
Note:
See TracChangeset
for help on using the changeset viewer.