I need the long style button for google+ signin in android.
According to the Branding guidelines here there are different styles for the button like long, medium, sh
As the website described there are 3 sized button
You can use it like this.
gSignInButton = (SignInButton) findViewById(R.id.sign_in_button);
gSignInButton.setOnClickListener(this);
gSignInButton.setEnabled(true);
gSignInButton.setSize(SignInButton.SIZE_WIDE);// wide button style