Open bhumikash-tech opened 3 years ago
issue happening with elevated view, i created a complete style reference as per documentation, here is my code,
`
<item name="neuDarkShadowColor">@color/synth_dark_shadow_light</item>
<item name="neuFillStartColor">@color/synth_light</item>
<item name="neuFillEndColor">@color/synth_light</item>
<item name="neuBorderStartColor">@color/synth_light</item>
<item name="neuBorderEndColor">@color/synth_light</item>
`
<club.cred.synth.views.ElevatedView android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:neuCornerRadius="@dimen/pit_corner_radius" app:neuPlatformAppearance="@style/Theme.MyApp.ElevatedView" app:neuShadowOffset="2dp" />
but elevated view's appearance is not changing
I just want to know is there any way to change the color of Shadow in Elevated/Pit Views or in SynthButtons /SynthImageButtons????
Please reply this issue.....