From 28fd7460cb0da82dd1ecf34381629398eda6455e Mon Sep 17 00:00:00 2001 From: Mateusz Idziejczak Date: Mon, 1 Feb 2021 11:45:10 +0100 Subject: [PATCH] Replace progressBar with CircularProgressIndicator (#1117) --- app/build.gradle | 3 +-- app/src/main/res/layout/activity_send_message.xml | 3 +-- app/src/main/res/layout/dialog_mobile_device.xml | 3 +-- app/src/main/res/layout/fragment_account.xml | 3 +-- app/src/main/res/layout/fragment_attendance.xml | 3 +-- app/src/main/res/layout/fragment_attendance_summary.xml | 3 +-- app/src/main/res/layout/fragment_conference.xml | 3 +-- app/src/main/res/layout/fragment_contributor.xml | 3 +-- app/src/main/res/layout/fragment_exam.xml | 3 +-- app/src/main/res/layout/fragment_grade.xml | 3 +-- app/src/main/res/layout/fragment_grade_details.xml | 3 +-- app/src/main/res/layout/fragment_grade_statistics.xml | 3 +-- app/src/main/res/layout/fragment_grade_summary.xml | 3 +-- app/src/main/res/layout/fragment_homework.xml | 3 +-- app/src/main/res/layout/fragment_license.xml | 3 +-- app/src/main/res/layout/fragment_login_advanced.xml | 3 +-- app/src/main/res/layout/fragment_login_form.xml | 3 +-- app/src/main/res/layout/fragment_login_recover.xml | 3 +-- app/src/main/res/layout/fragment_login_student_select.xml | 3 +-- app/src/main/res/layout/fragment_login_symbol.xml | 3 +-- app/src/main/res/layout/fragment_lucky_number.xml | 3 +-- app/src/main/res/layout/fragment_message.xml | 3 +-- app/src/main/res/layout/fragment_message_preview.xml | 3 +-- app/src/main/res/layout/fragment_message_tab.xml | 3 +-- app/src/main/res/layout/fragment_mobile_device.xml | 3 +-- app/src/main/res/layout/fragment_note.xml | 3 +-- app/src/main/res/layout/fragment_school.xml | 3 +-- app/src/main/res/layout/fragment_schoolandteachers.xml | 3 +-- app/src/main/res/layout/fragment_student_info.xml | 3 +-- app/src/main/res/layout/fragment_teacher.xml | 3 +-- app/src/main/res/layout/fragment_timetable.xml | 3 +-- app/src/main/res/layout/fragment_timetable_additional.xml | 3 +-- app/src/main/res/layout/fragment_timetable_completed.xml | 3 +-- 33 files changed, 33 insertions(+), 66 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index af3f4aef0..0d42ad711 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,10 +163,9 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.constraintlayout:constraintlayout:2.0.4" implementation "androidx.coordinatorlayout:coordinatorlayout:1.1.0" - implementation "com.google.android.material:material:1.2.1" + implementation "com.google.android.material:material:1.3.0-rc01" implementation "com.github.wulkanowy:material-chips-input:2.1.1" implementation "com.github.PhilJay:MPAndroidChart:v3.1.0" - implementation "me.zhanghai.android.materialprogressbar:library:1.6.1" implementation "androidx.work:work-runtime-ktx:$work_manager" playImplementation "androidx.work:work-gcm:$work_manager" diff --git a/app/src/main/res/layout/activity_send_message.xml b/app/src/main/res/layout/activity_send_message.xml index e0ec52bb6..10b581f77 100644 --- a/app/src/main/res/layout/activity_send_message.xml +++ b/app/src/main/res/layout/activity_send_message.xml @@ -194,9 +194,8 @@ tools:text="No messages" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -