diff --git a/.gradle/5.6.4/executionHistory/executionHistory.bin b/.gradle/5.6.4/executionHistory/executionHistory.bin index 7b15e4b..c861779 100644 Binary files a/.gradle/5.6.4/executionHistory/executionHistory.bin and b/.gradle/5.6.4/executionHistory/executionHistory.bin differ diff --git a/.gradle/5.6.4/executionHistory/executionHistory.lock b/.gradle/5.6.4/executionHistory/executionHistory.lock index d446cee..fb75343 100644 Binary files a/.gradle/5.6.4/executionHistory/executionHistory.lock and b/.gradle/5.6.4/executionHistory/executionHistory.lock differ diff --git a/.gradle/5.6.4/fileHashes/fileHashes.bin b/.gradle/5.6.4/fileHashes/fileHashes.bin index f1e0010..f05a5d7 100644 Binary files a/.gradle/5.6.4/fileHashes/fileHashes.bin and b/.gradle/5.6.4/fileHashes/fileHashes.bin differ diff --git a/.gradle/5.6.4/fileHashes/fileHashes.lock b/.gradle/5.6.4/fileHashes/fileHashes.lock index 1a78bdc..e6a90f3 100644 Binary files a/.gradle/5.6.4/fileHashes/fileHashes.lock and b/.gradle/5.6.4/fileHashes/fileHashes.lock differ diff --git a/.gradle/5.6.4/javaCompile/classAnalysis.bin b/.gradle/5.6.4/javaCompile/classAnalysis.bin index d34a9be..ff980e1 100644 Binary files a/.gradle/5.6.4/javaCompile/classAnalysis.bin and b/.gradle/5.6.4/javaCompile/classAnalysis.bin differ diff --git a/.gradle/5.6.4/javaCompile/javaCompile.lock b/.gradle/5.6.4/javaCompile/javaCompile.lock index 23c316b..e6b806e 100644 Binary files a/.gradle/5.6.4/javaCompile/javaCompile.lock and b/.gradle/5.6.4/javaCompile/javaCompile.lock differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 844c869..15cdb25 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/app/src/main/java/com/josh/trackcovid19v2/ui/yourworld/YourworldFragment.java b/app/src/main/java/com/josh/trackcovid19v2/ui/yourworld/YourworldFragment.java index 7133a76..3489f55 100755 --- a/app/src/main/java/com/josh/trackcovid19v2/ui/yourworld/YourworldFragment.java +++ b/app/src/main/java/com/josh/trackcovid19v2/ui/yourworld/YourworldFragment.java @@ -153,7 +153,7 @@ public void run() { ss.setSpan(fcsWhite, 0, 16, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); textView8.setText(ss); } else { - Spanned text = Html.fromHtml("Daily Increment: " + "" + "-" + dailyIncWithCommas + ""); + Spanned text = Html.fromHtml("Daily Increment: " + "" + "" + dailyIncWithCommas + ""); SpannableString ss = new SpannableString(text); ForegroundColorSpan fcsWhite = new ForegroundColorSpan(Color.WHITE); @SuppressLint("ResourceAsColor") ForegroundColorSpan fcsGreen = new ForegroundColorSpan(R.color.just_cuz); @@ -163,17 +163,17 @@ public void run() { if ((ACases[0] - yACases[0]) >= 0) { textView9.setText(Html.fromHtml("" + "+" + dailyActWithCommas + "")); } else { - textView9.setText(Html.fromHtml("" + "-" + dailyActWithCommas + "")); + textView9.setText(Html.fromHtml("" + "" + dailyActWithCommas + "")); } if ((recovered[0] - yRecovered[0]) >= 0) { textView10.setText(Html.fromHtml("" + "+" + dailyRecoveredWithCommas + "")); } else { - textView10.setText(Html.fromHtml("" + "-" + dailyRecoveredWithCommas + "")); + textView10.setText(Html.fromHtml("" + "" + dailyRecoveredWithCommas + "")); } if ((Toddeaths[0] - yDeaths[0]) >= 0) { textView11.setText(Html.fromHtml("" + "+" + dailyDeathWithCommas + "")); } else { - textView11.setText(Html.fromHtml("" + "-" + dailyDeathWithCommas + "")); + textView11.setText(Html.fromHtml("" + "" + dailyDeathWithCommas + "")); } //blahahahahahahahah