Tagged: android studio

DIY Floating Action Button Part 2

In this post, I’ll show you how to make your Floating Action Button behave as it should on Lollipop devices. Elevation and ripple effects...

DIY Floating Action Button Part 1

If you’ve gone through my Implement a Floating Action Button post, it shows you how to setup a neat FAB by using a library with...

AppCompat v22.1 Support Library

A lot of things have changed (for the better) with the support library. In AppCompat v22.1 various updates have been made to a lot...

floating action button material design

Implement Floating Action Button – Part 2

I’d recommend going through Part 1 of the implementation first. It covers how you can quickly setup a Floating Action Button. Though if you feel you’ve...

Toolbar Height in Landscape mode (FIX)

Toolbar Height in Landscape mode (FIX)

Toolbar height issue If you’ve noticed by now, the Toolbar height by default when compared in normal and landscape mode, is different. There seems to be extra padding...