sschueller / peertube-android

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

Added appbar at the top of the SettingsActivity #199

Closed Poslovitch closed 4 years ago

Poslovitch commented 4 years ago

I noticed the "Account" activity (MeActivity) had an appbar at the top.

I therefore shamelessly copied most of its code and added it into SettingsActivity, so that we have a similar appbar there, which makes for more consistency throughout the app:

image