Skip to content

Commit

Permalink
Update activity_add_my_health.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppp15 authored Oct 14, 2024
1 parent f61a99e commit ee8cec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_add_my_health.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
android:layout_height="match_parent"
android:padding="@dimen/padding_large"
tools:context=".ui.myhealth.AddMyHealthActivity"
android:background="@color/secondary_bg" >
android:background="@color/secondary_bg">

<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/secondary_bg" >
android:background="@color/secondary_bg">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/secondary_bg" >
android:background="@color/secondary_bg">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit ee8cec7

Please sign in to comment.