Guest User

Untitled

a guest
Apr 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <Button
  2. android:id="@+id/button_intro"
  3. android:layout_width="70dp"
  4. android:layout_height="70dp"
  5. android:layout_marginBottom="8dp"
  6. android:layout_marginEnd="8dp"
  7. android:layout_marginStart="8dp"
  8. android:layout_marginTop="8dp"
  9. android:background="@drawable/round_button"
  10. android:foreground="@drawable/ic_into"
  11. app:layout_constraintBottom_toTopOf="@+id/button_condition"
  12. app:layout_constraintEnd_toEndOf="parent"
  13. app:layout_constraintHorizontal_bias="0.498"
  14. app:layout_constraintStart_toStartOf="parent"
  15. app:layout_constraintTop_toTopOf="parent"
  16. app:layout_constraintVertical_bias="0.634" />
  17.  
  18. <solid
  19. android:color="@color/colorPrimary">
  20. </solid>
  21. <size
  22. android:width="120dp"
  23. android:height="120dp">
  24. </size>
Add Comment
Please, Sign In to add comment