Android: set shadow / radius to ViewPager

I was wondering if there is a way to set a shadow or radius around the text displayed by the ViewPager or its PagerStrip

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:id="@+id/mainroot"
     >

    <android.support.v4.view.ViewPager
        android:id="@+id/vpPager"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@android:color/transparent"


                android:shadowColor="#000" ???
                android:shadowRadius="3.0" ???



        >

        <android.support.v4.view.PagerTabStrip
            android:background="@android:color/transparent"
            android:id="@+id/pagerTabStrip"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="top"
            android:paddingBottom="4dp"
            android:paddingTop="4dp"


                android:shadowColor="#000" ???
                android:shadowRadius="3.0" ???





            />

    </android.support.v4.view.ViewPager>

</LinearLayout>

      

Has anyone done this?

+3
android android-viewpager android-custom-view


source to share


No one has answered this question yet

Check out similar questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to persist android activity state by persisting instance state?
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
1844
What is "Context" on Android?
702
How to detect when a fragment becomes visible in the ViewPager
572
ViewPager PagerAdapter does not update View



All Articles
Loading...
X
Show
Funny
Dev
Pics