new PostSharp version, changed green to light green, changed application label

This commit is contained in:
mgroves 2011-08-15 21:27:07 -04:00
parent 04d4a74f75
commit 49aed67097
4 changed files with 3 additions and 3 deletions
MonoStockPortfolio
Activites/PortfolioScreen
Properties
Resources
libs

View file

@ -62,7 +62,7 @@ namespace MonoStockPortfolio.Activites.PortfolioScreen
{
if (items.ContainsKey(StockDataItem.GainLoss))
{
cell.SetTextColor(decimal.Parse(items[StockDataItem.GainLoss]) < 0 ? Color.Red : Color.Green);
cell.SetTextColor(decimal.Parse(items[StockDataItem.GainLoss]) < 0 ? Color.Red : Color.LightGreen);
}
}
}

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.monostockportfolio" android:versionCode="2" android:versionName="1.0.1">
<application android:label="MonoStockPortfolio" android:icon="@drawable/icon">
<application android:label="Stock Portfolio" android:icon="@drawable/icon">
</application>
<uses-sdk android:minSdkVersion="7" />
<uses-permission android:name="android.permission.INTERNET" />

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.225
// Runtime Version:4.0.30319.237
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

Binary file not shown.