Skip to content

Instantly share code, notes, and snippets.

@ihfazhillah
Created May 16, 2021 14:26
Show Gist options
  • Save ihfazhillah/2d52d6cabc3ec67c469a2966b735bfc9 to your computer and use it in GitHub Desktop.
Save ihfazhillah/2d52d6cabc3ec67c469a2966b735bfc9 to your computer and use it in GitHub Desktop.
<ProgressBar
android:id="@+id/progress_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment