I'm searching everywhere and not finding what I want, I'm starting to think that this is impossible.
Here's the question: I have a google button for sign in, it's a beautiful button, but it doesn't fit in my layout, I would like to use an image, created by me in the google button, like what happens in the Image Buttons, is that possible? If yes, how can I do this?
Thanks
I have your question solution. I tried this always for custom SignIn Button for google plus.
Try this it is tested by me.
Here is the Code.
xml layout
Method for customisation
Edit
Add this code before return in method
googleBtnUi()
There's no need to use Google Sign-In button, if it doesn't fit in your layout. You can simply create your own Button with your own design and in OnClick method just create Google sign in intent.
You can create your own button and use XML tag
android:drawableLeft="@drawable\file"
to show any image on button.