Fixed the design, added full color schemes for light and dark themes. Fixed number formatting with bitcoin data, as well as the line chart being fully visible on the vertical axis now! :3
This commit is contained in:
@ -7,5 +7,5 @@ data class GlobalResponse(
|
||||
@SerializedName("active_currencies") val activeCryptocurrencies: String = "",
|
||||
@SerializedName("total_market_cap_usd") val totalMarketCapUsd: String = "",
|
||||
@SerializedName("total_24h_volume_usd") val total24hVolumeUsd: String = "",
|
||||
@SerializedName("bitcoin_percentage_of_market_cap") val bitcoinPercentageOfMarketCap: String = ""
|
||||
@SerializedName("bitcoin_percentage_of_market_cap") val bitcoinPercentageOfMarketCap: String = "0.0"
|
||||
)
|
Reference in New Issue
Block a user