mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
added missing progressbar
This commit is contained in:
parent
97b9932d81
commit
c2418d24d5
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,18 @@
|
|||
android:background="@color/background_color"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ProgressBar android:id="@+id/progressBar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="4dp"
|
||||
android:padding="0dp"
|
||||
android:layout_margin="0dp"
|
||||
style="@style/Widget.ownCloud.TopProgressBar"
|
||||
android:indeterminate="false"
|
||||
android:indeterminateOnly="false"
|
||||
android:background="@color/background_color"
|
||||
android:visibility="visible"
|
||||
/>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
|
|
Loading…
Reference in a new issue