[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/4513: add ProgressBar to bookmark component layout

pull/600/head
Severin Rudie 5 years ago committed by Emily Kager
parent e2b3b1bb6f
commit a2f8c14f03

@ -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