Small change in progress dialog

This commit is contained in:
J-Jamet
2021-09-07 12:18:21 +02:00
parent d348987077
commit c542894734

View File

@@ -33,6 +33,7 @@
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
style="@style/KeepassDXStyle.TextAppearance.Title"
android:textStyle="bold"
android:textColor="?android:attr/textColor"/>
<TextView
@@ -62,7 +63,7 @@
app:indicatorColor="?attr/colorAccent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginTop="20dp"
android:indeterminate="true"
android:max="100"/>