2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
Severin Rudie 2019-09-24 17:29:59 -07:00 committed by Emily Kager
parent e2b3b1bb6f
commit a2f8c14f03

View File

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