.
This commit is contained in:
@@ -119,16 +119,19 @@ public class ProfileProgressFragment extends Fragment implements ProfileContract
|
||||
if (patientData.isPatientReminderData == 1) {
|
||||
binding.medReminderImg.setImageResource(0);
|
||||
binding.medReminderImg.setBackgroundResource(R.drawable.ic_done);
|
||||
binding.medReminderImg.setPaddingRelative(15, 15, 15, 15);
|
||||
}
|
||||
|
||||
if (patientData.isPatientMedicalData == 1) {
|
||||
binding.medInfoImg.setImageResource(0);
|
||||
binding.medInfoImg.setBackgroundResource(R.drawable.ic_done);
|
||||
binding.medInfoImg.setPadding(15, 15, 15, 15);
|
||||
}
|
||||
|
||||
if (patientData.isPatientRoutineData == 1) {
|
||||
binding.setupRoutineImg.setImageResource(0);
|
||||
binding.setupRoutineImg.setBackgroundResource(R.drawable.ic_done);
|
||||
binding.setupRoutineImg.setPadding(15, 15, 15, 15);
|
||||
}
|
||||
|
||||
progressDialog.dismiss();
|
||||
|
||||
@@ -392,6 +392,7 @@ public class CreateContactFragment extends Fragment implements WelcomeContracts.
|
||||
|
||||
if (isSosSet){
|
||||
binding.sosCheckView.setVisibility(View.GONE);
|
||||
binding.defaultSos.setVisibility(View.GONE);
|
||||
|
||||
if (contactData != null && sos_contact_id != -1 && sos_contact_id == contactData.id){
|
||||
// current contact being edited is the SOS contact
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:drawablePadding="10dp"
|
||||
|
||||
android:autofillHints="name"
|
||||
android:inputType="text|none"
|
||||
android:inputType="text|textCapSentences"
|
||||
android:maxLines="1"
|
||||
/>
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
android:drawablePadding="10dp"
|
||||
|
||||
android:autofillHints="name"
|
||||
android:inputType="text|none"
|
||||
android:inputType="text|textCapSentences"
|
||||
android:maxLines="1"
|
||||
/>
|
||||
|
||||
|
||||
@@ -328,6 +328,7 @@
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/default_sos"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="15dp"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/welcome_nav_graph"
|
||||
app:startDestination="@id/splashFragment">
|
||||
app:startDestination="@id/profileProgressFragment">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/welcomeFragment"
|
||||
|
||||
Reference in New Issue
Block a user