Guest User

Untitled

a guest
Dec 16th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. android:id="@+id/destinationTextView"
  2. android:layout_width="360dp"
  3. android:layout_height="wrap_content"
  4. android:text="@string/T1"
  5. android:textAlignment="center"
  6. android:autoSizeTextType="uniform"
  7. app:layout_constraintBottom_toBottomOf="parent"
  8. app:layout_constraintLeft_toLeftOf="parent"
  9. app:layout_constraintRight_toRightOf="parent"
  10. app:layout_constraintTop_toBottomOf="@+id/headingImage"
  11. app:layout_constraintVertical_bias="0.0" />
Add Comment
Please, Sign In to add comment