Skip to content

Commit 35ca045

Browse files
committed
Update
1 parent f1f8856 commit 35ca045

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/src/main/res/layout/dialog_loading.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
android:layout_height="80dp"
2020
android:layout_gravity="center_horizontal"
2121
android:layout_margin="30dp"
22-
android:indeterminate="true"
23-
android:max="100" />
22+
android:indeterminate="true" />
2423

2524
<TextView
2625
android:id="@+id/dialog_text"

app/src/main/res/layout/kr_dialog_log.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
style="@style/dialogRoot" xmlns:app="http://schemas.android.com/apk/res-auto"
3+
style="@style/dialogRoot"
44
android:clickable="true"
55
android:focusable="true">
66

@@ -84,17 +84,18 @@
8484

8585
</LinearLayout>
8686

87-
<com.google.android.material.progressindicator.LinearProgressIndicator
87+
<ProgressBar
8888
android:id="@+id/action_progress"
89-
android:layout_width="match_parent"
90-
android:layout_height="wrap_content"
89+
style="?android:attr/progressBarStyleHorizontal"
9190
android:layout_below="@+id/btn_hide"
91+
android:layout_width="match_parent"
92+
android:layout_height="2dp"
93+
android:layout_gravity="center_horizontal"
9294
android:layout_marginTop="14dp"
9395
android:layout_marginStart="10dp"
9496
android:layout_marginEnd="10dp"
9597
android:indeterminate="true"
96-
app:trackThickness="8dp"
97-
app:trackCornerRadius="4dp"
98-
app:indicatorColor="?attr/colorPrimary" />
98+
android:progress="0"
99+
android:max="100" />
99100

100101
</RelativeLayout>

0 commit comments

Comments
 (0)