No toolbar elevation shadow on Android 9
I'm struggling to make toolbar shadow appear on Android 28+. I tried multiple solutions suggested, but none worked. Following styles work well for all devices below 28: toolbar.xml <?xml version="1.0" encoding="utf-8"?> <androidx.appcompat.widget.Toolbar xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/toolbar" style="@style/Widget.App.Toolbar" android:layout_width="match_parent" android:background="?attr/colorPrimary" android:layout_height="?attr/actionBarSize" /> styles.xml <style name="Widget.App.Toolbar.V1"