Version used: latest
Devices/Android versions reproduced on: Galaxy 10+, Pixel 3, Pixel 3+
I'm trying to do a NeumorphButton on a RelativeLayout that is in another RelativeLayout but it does not draw it correctly at all...
<soup.neumorphism.NeumorphButton
android:id="@+id/button_login_or_register_alert"
android:layout_width="200sp"
android:layout_height="100sp"
android:text="@string/login_or_register"
android:textColor="@color/neu_text_color"
android:layout_centerInParent="true"
android:textAllCaps="false" />

Version used: latest
Devices/Android versions reproduced on: Galaxy 10+, Pixel 3, Pixel 3+
I'm trying to do a NeumorphButton on a RelativeLayout that is in another RelativeLayout but it does not draw it correctly at all...