Android version vs api: https://source.android.com/source/build-numbers.html
Make status bar transparent (can be problematic when used with NavigationView, recommended to turn it off for API19)
API 19
<android:windowTranslucentStatus>
Doc: https://developer.android.com/reference/android/R.attr.html#windowTranslucentStatus
API 21