Tagged: material design

Android M

Android Lollipop came in fast, went out faster! Welcome Android M. The Developer Preview was made available along with its reveal in Google I/O...

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...

Create a Material Color Palette in NO time

If you’re familiar with the new theme setup in Android since AppCompat v21, you’ll need to define 3 colors from the start. That being your colorPrimary,...

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...

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...