1
0
Fork 0

Issue #4513: add ProgressBar to bookmark component layout

master
Severin Rudie 2019-09-24 17:29:59 -07:00 committed by Emily Kager
parent 96472a533a
commit 5e8798e89c
1 changed files with 6 additions and 0 deletions

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>