You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question. If you want to ask how to do something, or to understand why something isn't
working the way you expect it to.
Info:
PinView version: Latest
Device OS version: Android 9
Device Name: Xaiomi Note 5
Description:
I want to add a shadow effect around single item
What did I do:
I created my own style inheriting from your default style
<style name="MyPinView" parent="PinWidget.PinView"> <item name="android:elevation">4dp</item> <item name="android:translationZ">4dp</item> <item name="elevation">4dp</item> </style>
but it's not working
The text was updated successfully, but these errors were encountered:
What kind of issue is this?
working the way you expect it to.
Info:
Description:
I want to add a shadow effect around single item
What did I do:
I created my own style inheriting from your default style
<style name="MyPinView" parent="PinWidget.PinView">
<item name="android:elevation">4dp</item>
<item name="android:translationZ">4dp</item>
<item name="elevation">4dp</item>
</style>
but it's not working
The text was updated successfully, but these errors were encountered: