Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <TextView
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:fontFamily="@font/sans_regular"
  5. android:text="* For children < 4 weeks, change E to S"
  6. android:textColor="@android:color/holo_red_light"
  7. android:textSize="12sp"
  8. app:layout_constraintStart_toStartOf="parent" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement