Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.06 KB | None | 0 0
  1.     <com.finstar.ddong.presentation.widget.ZaloButton
  2.        android:id="@+id/sendCodeViaZaloBtn"
  3.        android:layout_width="wrap_content"
  4.        android:layout_height="44dp"
  5.        android:layout_below="@id/sendCodeBtn"
  6.        android:layout_centerHorizontal="true"
  7.        android:layout_marginTop="8dp"
  8.        android:backgroundTint="@color/background_btn_send_otp_code_via_zalo"
  9.        android:drawableLeft="@drawable/ic_zalo_label"
  10.        android:enabled="false"
  11.        android:fontFamily="@font/roboto_medium"
  12.        android:insetLeft="0dp"
  13.        android:insetTop="0dp"
  14.        android:insetRight="0dp"
  15.        android:insetBottom="0dp"
  16.        android:letterSpacing="0"
  17.        android:minWidth="@dimen/width_zero"
  18.        android:stateListAnimator="@null"
  19.        android:text="@string/otp_send_me_code_via_zalo"
  20.        android:textAllCaps="false"
  21.        android:textColor="@color/text_color_btn_send_otp"
  22.        android:textSize="@dimen/text_size_xs5"
  23.        app:cornerRadius="@dimen/corner_radius_xxl1"
  24.        app:strokeWidth="0dp" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement