itsdrnoob / DataMonitor

Data usage monitoring app for android.
GNU General Public License v3.0
553 stars 49 forks source link

Show network speed horizontally instead of vertically #133

Closed mecuricat closed 1 year ago

mecuricat commented 1 year ago

Checklist

Describe the Feature you'd like

Please show network speed horizontally instead of vertically for better visibility

Why do you want this feature?

The current implementation looks like this:

This is kind of hard to see. Since it is vertical, any resizing would not fit the status bar properly. If implemented horizontally, it would look like below:

Additional context

Please consider this feature.

itsdrnoob commented 1 year ago

Notification icons are restricted to a certain dimension so that it stays even accross every app.

implemented horizontally, it would look like below:

That is built into the system and is not a notification icon.

mecuricat commented 1 year ago

Oh no. My last cry for hope is that AOSP relaxes such conditions. Same for issue 132.