Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button problem #118

Open
aDarkRider opened this issue Oct 22, 2023 · 0 comments
Open

Button problem #118

aDarkRider opened this issue Oct 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@aDarkRider
Copy link

I'm trying to use the latest version in my app. I'm trying to create a simple button in the dark theme of my application but the shadows around the button are still white. How can I create a dark theme Neumorph Button. I have tried applying the style. Below is my code:
<soup.neumorphism.NeumorphButton
android:id="@+id/get_started"
android:layout_width="wrap_content"
style="@style/Widget.Neumorph.Button"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_regular"
android:text="Get Started"
android:textColor="@color/white"
app:neumorph_shapeType="flat"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

Screenshot_20231022_225315

@aDarkRider aDarkRider added the bug Something isn't working label Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant