Skip to content

Instantly share code, notes, and snippets.

@TheDancerCodes
Last active July 23, 2020 17:29
Show Gist options
  • Save TheDancerCodes/bb6da205c179d6d63cb1f7cadcbf5694 to your computer and use it in GitHub Desktop.
Save TheDancerCodes/bb6da205c179d6d63cb1f7cadcbf5694 to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/tvTotalAmount"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="32dp"
android:textAppearance="@style/TextAppearance.AppCompat.Display4"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="17.59"
android:fontFamily="@font/avenir"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment