sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
341 stars 53 forks source link

Ignore icon reserved space for preferences in SettingsActivity #201

Closed Poslovitch closed 4 years ago

Poslovitch commented 4 years ago

Android reserves some space next to a preference to let developers put an icon there. As there aren't any icons, I added app:iconSpaceReserved="false" to all the preferences in order to "remove" this useless blank space.

This is how it looks now: image