ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Switch to ViewPager with a tabbed indicator, or FragmentTabHost #212

Closed ericberman closed 3 years ago

ericberman commented 3 years ago

see https://stackoverflow.com/questions/30517351/icon-and-text-in-the-tabhost

ericberman commented 3 years ago

Switched to ViewPager2 + TabLayout. Mostly working, but rotation still a problem, since it is recreating fragments.