synth-android icon indicating copy to clipboard operation
synth-android copied to clipboard

Synth is CRED's inbuilt library for using Neumorphic components in your app.

Results 9 synth-android issues
Sort by recently updated
recently updated
newest added

failed to resolve implementation 'club.cred.android:synth:1.0.0'

I want to change app:neuButtonDrawablePitRadius through code, so I use setIconPitRadius(), but it's not working. Value of attribute is changing - verified using getIconPitRadius() but nothing is changing in UI

If I disable the button using `isEnabled=false`, it causes a weird rectangular shadow around the button. Any fix for the same? The button works fine for enabled state. ![image](https://user-images.githubusercontent.com/23418472/153407945-e60014a5-7ce5-4ce8-a585-84fefdaf0521.png)

Even after syncing gradle file did not allow me to use components implementation 'club.cred.android:synth:1.0.0' I tried using components on the layout file but it was showing reference not found error....

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.....

I want to use ElevatedView on which I want to set Imageview and Textview. How can I set the above on a ElevatedView?