Skip to content

Commit

Permalink
UI FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
RawatH committed Dec 15, 2023
1 parent 365ab4e commit b10c753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TestActivity : AppCompatActivity() {
}

val lang = "en"
private val token = "7ac00d1a71d01d2d1297a225447c94318ccaacdb"
private val token = "cba903c996da17ca535d4bbb1b04d8e0eb7127ce"//"7ac00d1a71d01d2d1297a225447c94318ccaacdb"



Expand Down Expand Up @@ -136,7 +136,7 @@ class TestActivity : AppCompatActivity() {
putExtras(
bundleOf(
"patient_name" to "Test Patient",
"abha_id" to "ashishkyogi1@sbx",
"abha_id" to "ajeet2042@sbx",
"hiu_id" to "Ashish-HIU-Registered",
"abdm_api_token" to token,
"lang_code" to lang,
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/consent_artefact_item_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<com.google.android.material.chip.ChipGroup
android:id="@+id/careContextChipGroup"
android:layout_width="match_parent"
android:layout_height="@dimen/_100dp"
android:layout_height="wrap_content"
android:padding="@dimen/_5dp"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/textView12"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/health_record_cell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@

<TextView
android:id="@+id/textView15"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="16dp"
Expand Down

0 comments on commit b10c753

Please sign in to comment.