mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-03-30 01:13:32 -09:00
new PostSharp version, changed green to light green, changed application label
This commit is contained in:
parent
04d4a74f75
commit
49aed67097
4 changed files with 3 additions and 3 deletions
MonoStockPortfolio
Activites/PortfolioScreen
Properties
Resources
libs
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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.
Loading…
Add table
Reference in a new issue