AdvancedAndroid_TeaTime icon indicating copy to clipboard operation
AdvancedAndroid_TeaTime copied to clipboard

Currency symbol system dependent

Open Elyasin opened this issue 7 years ago • 1 comments

Initially the activity layout displays a currency symbol $ though once the button is pushed it displays the symbol of my region, the € symbol.

It seems system dependent to me. The test case may need to be adapted to make it run successfully.

Elyasin avatar Apr 21 '18 13:04 Elyasin

To fix this for this project purposes only, change NumberFormat.getCurrencyInstance() to the NumberFormat.getCurrencyInstance(Locale.US) in two places: OrderActivity.displayCost() and OrderSummaryActivity.displayOrderSummary().

gshadows avatar Jun 03 '18 14:06 gshadows