Android Widget Shadow which supports from API 16 -
i want have shadow in android widget button, edittext, searchview or anything. have no idea android elevation. think supports api 23. if there proper solution please provide.
here demo widget. need shadow in border of searchview.
<android.support.v7.widget.searchview android:id="@+id/searchview" android:layout_width="wrap_content" android:layout_height="wrap_content" android:backgroud="@android:color/white" />
you can shadow effect adding widget:
android:background="@android:drawable/dialog_holo_light_frame" got answer here: https://stackoverflow.com/a/30931750/8466860.
Comments
Post a Comment