What kind of issue is this?
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
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