|
|
|
@ -14,20 +14,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.progressindicator.CircularProgressIndicator
|
|
|
|
<com.google.android.material.progressindicator.CircularProgressIndicator
|
|
|
|
android:id="@+id/progressBar"
|
|
|
|
android:id="@+id/progressBar"
|
|
|
|
android:indeterminate="true"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center" />
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:indeterminate="true"
|
|
|
|
|
|
|
|
android:max="100" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView_number"
|
|
|
|
android:id="@+id/textView_number"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="end|bottom"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:textColor="?android:textColorTertiary"
|
|
|
|
|
|
|
|
android:textAppearance="?attr/textAppearanceBodyMedium"
|
|
|
|
android:textAppearance="?attr/textAppearanceBodyMedium"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textColor="?android:textColorTertiary"
|
|
|
|
android:layout_gravity="end|bottom"
|
|
|
|
|
|
|
|
tools:text="5" />
|
|
|
|
tools:text="5" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
|