Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <Button
  2. android:id="@+id/sign_in_button"
  3. style="@style/Widget.AppCompat.Button.Borderless.Colored"
  4. android:layout_width="wrap_content"
  5. android:layout_height="wrap_content" />
  6.  
  7. android:background="@android:color/transparent"
  8.  
  9. <TextView
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:textColor="#23ac29"
  13. android:text="Signup"
  14. android:textSize="18sp"
  15. android:padding="8dp"
  16. android:background="?android:attr/selectableItemBackground"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement