OFFLINE FEATURE ADDED- with csv file data downloading format added

This commit is contained in:
Mariya
2023-12-12 12:18:42 +05:30
parent 976f6f07e8
commit 53bf35ac38
10 changed files with 138 additions and 18 deletions

View File

@@ -100,6 +100,16 @@
app:layout_constraintTop_toBottomOf="@+id/btn_submit"
tools:listitem="@layout/offline_user_list_view" />
<ImageView
android:id="@+id/btnSaveLocal"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginEnd="10dp"
android:src="@drawable/downloads"
app:layout_constraintBottom_toBottomOf="@+id/rv_order_offline"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout

View File

@@ -32,7 +32,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="Name: MohamedKaif" />
tools:text="Name: Mariya" />
<TextView
android:id="@+id/bloodGroup"
@@ -47,7 +47,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/userID"
tools:text="UserID: MohamedKaif" />
tools:text="UserID: Mariya" />
<TextView
android:id="@+id/teststatus"
android:layout_width="0dp"