반응형
Gradle
implementation 'com.shobhitpuri.custombuttons:google-signin:1.0.0'
XML
<com.shobhitpuri.custombuttons.GoogleSignInButton
android:id="@+id/btn_googleSignIn"
android:layout_width="250dp"
android:layout_height="wrap_content"
app:isDarkTheme="true"
android:layout_centerInParent="true"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent"
/>
참고: https://github.com/shobhitpuri/custom-google-signin-button
반응형
'Android > Android 일반' 카테고리의 다른 글
IAP결제 시 onProductPurchased가 첫번째 시도에 호출되지 않을 때 (0) | 2019.08.13 |
---|---|
2019 인앱결제(IAP, In app purchase) (0) | 2019.07.25 |
Drawable xml 버튼 (0) | 2019.06.13 |
dimen에서 숫자만 가져오기 (0) | 2019.05.28 |
코딩으로 뷰의 크기확인 및 수정 (0) | 2019.05.20 |