Skip to content

Commit

Permalink
moveed weather icon to the right 1px for long city name
Browse files Browse the repository at this point in the history
  • Loading branch information
metawatchclient committed Mar 24, 2012
1 parent 068b5c0 commit 5b9f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/metawatch/manager/Idle.java
Expand Up @@ -79,7 +79,7 @@ static Bitmap createLcdIdle(Context context) {

// icon
Bitmap image = Utils.loadBitmapFromAssets(context, WeatherData.icon);
canvas.drawBitmap(image, 36, 36, null);
canvas.drawBitmap(image, 37, 35, null);

// temperatures
canvas.drawText(WeatherData.temp, 64, 46, paintLarge);
Expand Down

0 comments on commit 5b9f7a8

Please sign in to comment.