Skip to content

Commit

Permalink
Add ContentLoadingProgressBar examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Jun 16, 2020
1 parent 63f0d1a commit 1a9c2a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/layout/fragment_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
android:progressTint="?colorPrimary"
android:thumbTint="?colorPrimary" />

<androidx.core.widget.ContentLoadingProgressBar
style="?android:progressBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

<androidx.core.widget.ContentLoadingProgressBar
style="?android:progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:progress="50" />

</LinearLayout>

</ScrollView>

0 comments on commit 1a9c2a8

Please sign in to comment.