WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Use Material Design #47

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

Material Design!

Start using the TabLayout from the Android Design Support Library. This will remove the deprecated calls form the support action bar.

TabLayout Reference

Almost more important start using the Toolbar.

loganSims commented 8 years ago

Neat guide explaining all the fun things one can do with a toolbar actionbar .

loganSims commented 8 years ago

This has grown into a bigger issue. I'm going to move everything over to a material design look. Expect cards, collapsing toolbars, scrolling toolbars, etc...

Also another guide for doing fun things with the toolbar: Handling Scrolls with CoordinatorLayout