Issue #4513: add ProgressBar to bookmark component layout

nightly-build-test
Severin Rudie 5 years ago committed by Emily Kager
parent 96472a533a
commit 5e8798e89c

@ -30,4 +30,10 @@
android:textSize="16sp"
android:visibility="gone" />
<ProgressBar
android:id="@+id/bookmarks_progress_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
</FrameLayout>

Loading…
Cancel
Save