Skip to content

Instantly share code, notes, and snippets.

@TheDancerCodes
Created July 22, 2020 19:31
Show Gist options
  • Save TheDancerCodes/fc74cae8b158026757f8fb229530dc41 to your computer and use it in GitHub Desktop.
Save TheDancerCodes/fc74cae8b158026757f8fb229530dc41 to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/tvTipAmount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="64dp"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
app:layout_constraintBaseline_toBaselineOf="@+id/tvTipLabel"
app:layout_constraintStart_toEndOf="@+id/tvTipLabel"
tools:text="4.50" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment