Android + Card View shadow not showing in emulator 5.0?

I am using the new map support library and see support for the shadow version of the "snapshot" support on older devices. However, when I run the application in emulator 5.0, I cannot see the shadow. Any idea why?

4.1.25.0

    <android.support.v7.widget.CardView
        xmlns:card_view="http://schemas.android.com/apk/res-auto"
        android:id="@+id/card_view"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_margin="0dp"
        app:cardBackgroundColor="#FFFFFFFF"
        app:cardCornerRadius="2dp"
        app:cardElevation="20dp"
        app:contentPadding="0dp" >

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="TEXTVIEW" />
    </android.support.v7.widget.CardView>

      

+3
android


source to share


No one has answered this question yet

Check out similar questions:

3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
1002
How do I display an alert dialog on Android?
960
How to rotate the screen of Android emulator?
815
Android "Only the original thread that created the view hierarchy can touch its views."
703
How to install APK file in Android emulator?
418
How to display Toast in Android?
412
How to emulate GPS location in Android emulator?
335
Switching to landscape mode in Android Emulator
275
Paste text into Android emulator
6
How do I play an audio file in Android?



All Articles
Loading...
X
Show
Funny
Dev
Pics