Changeset c27abf4 in galcon-client for src/com/example/helloandroid/Planet.java


Ignore:
Timestamp:
May 30, 2010, 9:42:17 PM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
9ef6f68
Parents:
5053d90
Message:

Changed the width of the planet selection circle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/example/helloandroid/Planet.java

    r5053d90 rc27abf4  
    3939               
    4040                p.setColor(Color.argb(255, 255, 255, 255));
    41                 c.drawCircle(size, size, getRadius()+11, p);
     41                c.drawCircle(size, size, getRadius()+9, p);
    4242               
    4343                p.setColor(Color.argb(255, 100, 100, 100));
     
    9292               
    9393                int c, prevC = linePaint.getColor();
    94                
    95                 if(selected) {
    96                         //drawSelectionCircle(canvas);
    97                 }
    9894               
    9995                switch(faction) {
Note: See TracChangeset for help on using the changeset viewer.