parent
a1b818e644
commit
414935382c
@ -0,0 +1,25 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/layout_progress" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="vertical" |
||||
android:visibility="gone"> |
||||
|
||||
<ProgressBar |
||||
android:id="@+id/progress_bar" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/txt_progress" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="6dp" |
||||
android:textColor="@color/colorAccent" |
||||
android:text="100%" |
||||
android:textSize="18sp" |
||||
android:gravity="center_horizontal" |
||||
android:visibility="invisible"/> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue