ponewheel / android-ponewheel

pOneWheel Android app
MIT License
72 stars 25 forks source link

Remaining Meter cleanup #102

Closed biell closed 4 years ago

biell commented 5 years ago

The battery meter on the main screen displays the percent remaining in the center of the donut graph. Then, it displays that same value on the Green part, and the amount used on the Red part. These two labels are unnecessary. Also, they sometimes start displaying decimal points. At times, the labels have said things like 46.00 which is unnecessary.

I think the donut graph looks better without these labels. This pull request simply removes those labels with dataSet.setDrawValues(false);

Take it, or leave it.

kwatkins commented 4 years ago

@biell i'm fine adding this just don't want to conflict w/ your other changes, lmk

biell commented 4 years ago

I had no idea that my accidental commit to this branch after I opened the pull request would have made it into this pull request. I thought the pull request would be set on the commits made only prior to the pull request. I will close this one and reopen a clean one.