Skip to content

Instantly share code, notes, and snippets.

@TheDancerCodes
Created July 22, 2020 19:26
Show Gist options
  • Save TheDancerCodes/f2af501dadecb2a00027dfe7fbdfbebd to your computer and use it in GitHub Desktop.
Save TheDancerCodes/f2af501dadecb2a00027dfe7fbdfbebd to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/tvTipLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:text="Tip:"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="@+id/tvTotalAmount"
app:layout_constraintTop_toBottomOf="@+id/tvTotalLabel" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment