mirror of
https://github.com/Corewala/Buran
synced 2025-03-13 07:33:24 +00:00
Colorful progressbar
This commit is contained in:
parent
e876cdfa21
commit
e57f6ae98c
1 changed files with 9 additions and 9 deletions
|
@ -90,15 +90,6 @@
|
|||
|
||||
</RelativeLayout>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progress_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:indeterminateTint="@color/stroke"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_below="@+id/address_bar"
|
||||
android:indeterminate="true"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</com.google.android.material.appbar.CollapsingToolbarLayout>
|
||||
|
||||
|
@ -121,5 +112,14 @@
|
|||
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progress_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp"
|
||||
android:indeterminateTint="@color/colorAccent"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:indeterminate="true" app:layout_anchorGravity="bottom|center"
|
||||
app:layout_anchor="@+id/app_bar"/>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</layout>
|
Loading…
Add table
Reference in a new issue