From acd276f53bdfc1cb95ecaca35e76a3355dacb7e0 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Sat, 20 Sep 2025 19:15:12 +0800 Subject: [PATCH] Fix bug --- app/src/main/res/layout/view_progress.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/view_progress.xml b/app/src/main/res/layout/view_progress.xml index 57f32c721..48920b23e 100644 --- a/app/src/main/res/layout/view_progress.xml +++ b/app/src/main/res/layout/view_progress.xml @@ -1,8 +1,14 @@ - \ No newline at end of file + android:layout_width="match_parent" + android:layout_height="match_parent"> + + + + \ No newline at end of file