Today I developed my first Android L apps and read the d.android.com/preview tips. They said that android: elevation will show me the shadows. But look at this:
<TextView android:id="@+id/tvTest5" android:layout_width="50dp" android:layout_height="50dp" android:layout_below="@id/btnTest1" android:layout_toRightOf="@id/tvTest4" android:layout_marginLeft="10dp" android:background="#000000" android:elevation="50dp"/>
I do not see a shadow in my emulator. Am I doing something wrong or is it an Emulator bug? I am using Android Studio
android android-5.0-lollipop android-elevation
clue404
source share