Advertisement
unfairgamer

Whatsapp Button

Jul 5th, 2022 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.35 KB | None | 0 0
  1.   <com.google.android.material.button.MaterialButton
  2.                     android:id="@+id/loginwhatsapp"
  3.                     android:stateListAnimator="@null"
  4.                     android:layout_width="match_parent"
  5.                     android:layout_height="wrap_content"
  6.                     android:textColor="@color/black"
  7.                     app:backgroundTint="@color/white"
  8.                     android:text="Continue with WhatsApp"
  9.                     app:iconTint="@android:color/transparent"
  10.                     app:iconTintMode="add"
  11.  
  12.                     android:textAllCaps="false"
  13.                     app:cornerRadius="20dp"
  14.                     android:lines="1"
  15.                     android:textSize="15sp"
  16.                     android:autoSizeTextType="uniform"
  17.                     android:autoSizeMinTextSize="8sp"
  18.                     android:autoSizeMaxTextSize="15sp"
  19.                     app:icon="@drawable/whatsappnormal"
  20.                     app:rippleColor="@color/white"
  21.                     app:iconSize="20dp"
  22.                     app:iconGravity="textStart"
  23.                     app:elevation="0dp"
  24.                     app:strokeColor="@color/green_active"
  25.                     app:strokeWidth="1dp"
  26.                     android:textStyle="bold"
  27.                     >
  28.  
  29.                 </com.google.android.material.button.MaterialButton>
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement