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

The text don't change #61

Open
fjoalland opened this issue Mar 23, 2017 · 0 comments
Open

The text don't change #61

fjoalland opened this issue Mar 23, 2017 · 0 comments

Comments

@fjoalland
Copy link

Hi,

I make an android application and I use your process button for the sign up / sign in. When I push the button, the animation start and the color change. But the text don't change, I have always my basic text that I defined in the layout. However, I set all custom text in the layout :

<com.dd.processbutton.iml.ActionProcessButton android:id="@+id/btnSignIn" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:text="Sign_in" android:textColor="@android:color/white" android:textSize="18sp" custom:pb_colorComplete="@color/green_complete" custom:pb_colorNormal="@color/blue_normal" custom:pb_colorPressed="@color/blue_pressed" custom:pb_colorProgress="@color/purple_progress" custom:pb_textComplete="Success" custom:pb_textProgress="Loading" custom:pb_textError="Error" custom:pb_colorError="@color/red_error" />

In this example, I should have the text "Loading" when I push the button, but it doesn't work.

Do you have any ideas about this ?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant