First Commit

This commit is contained in:
developerraman
2020-10-18 00:03:10 -07:00
parent 94cc6c6593
commit d30d218fb3
36 changed files with 1512 additions and 977 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -1,70 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="match_parent"
tools:context=".About">
<LinearLayout
android:layout_marginTop="70dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true">
<TextView
android:layout_width="wrap_content"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="120dp"
android:layout_marginTop="80dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/shanmukha_logo_small"
android:textColor="#131313"
android:textSize="24sp"
android:textStyle="bold">
</ImageView>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/shanmukha_logo_small"
android:text="About"
android:textColor="#131313"
android:textSize="@dimen/heading_size"
android:textStyle="bold">
</TextView>
<TextView
android:padding="20dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:textSize="@dimen/small_text_size"
android:lineSpacingExtra="2sp"
android:layout_height="wrap_content"
android:fontFamily="@font/fontstyle"
android:text="The ARREST-TB project aims to develop a suite of technologies to rapidly, accurately and economically detect, report and monitor TB and MDR TB, and monitor response to anti-TB treatments."
android:gravity="left" />
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<TextView
android:padding="20dp"
android:layout_width="wrap_content"
android:textSize="@dimen/small_text_size"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Tel: +91 9742255674"
/>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<TextView
android:padding="20dp"
android:layout_width="wrap_content"
android:textSize="@dimen/small_text_size"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Email : info@sminnovations.in"
/>
</LinearLayout>
</ScrollView>
</LinearLayout>
<!--
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_weight="10"
android:layout_height="match_parent"
tools:context=".About">
<LinearLayout
android:layout_width="match_parent"
android:layout_weight="2"
android:layout_marginTop="20dp"
android:layout_height="0dp"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="120dp"
android:layout_height="90dp"
android:gravity="center"
android:src="@drawable/shanmukha_logo_small"
android:textColor="#131313"
android:textStyle="bold">
</ImageView>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:text="About"
android:textColor="#131313"
android:textSize="24sp"
android:textStyle="bold">
</TextView>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_weight="3"
android:layout_marginTop="20dp"
android:layout_height="0dp"
android:gravity="center"
android:text="About Us "
android:textColor="#131313"
android:textSize="24sp"
android:textStyle="bold">
</TextView>
android:orientation="vertical">
<TextView
android:padding="20dp"
</LinearLayout>
android:layout_width="wrap_content"
android:textSize="18sp"
android:layout_weight="4"
<TextView
android:padding="26dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="At Shanmukha Innovations we are striving to develop affordable point-of-care diagnostic solutions. We undertake custom instrumentation development to support bespoke needs of our Research and Industrial customers."
/>
<View
android:layout_margin="18dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<TextView
android:padding="20dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Tel: +91 9742255674"
/>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
android:layout_height="0dp"
<TextView
android:padding="20dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Email : info@sminnovations.in"
/>
</LinearLayout>
android:fontFamily="@font/fontstyle"
android:text="The ARREST-TB project aims to develop a suite of technologies to rapidly, accurately and economically detect, report and monitor TB and MDR TB, and monitor response to anti-TB treatments."
/>
<View
android:layout_margin="18dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_weight="2"
android:layout_marginTop="20dp"
android:layout_height="0dp"
android:gravity="left"
android:orientation="vertical">
<TextView
android:padding="20dp"
android:layout_weight="1"
android:layout_height="0dp"
android:paddingLeft="20dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:text="Tel: +91 9742255674"
/>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_weight="2"
android:layout_marginTop="30dp"
android:layout_height="0dp"
android:gravity="left"
android:paddingLeft="20dp"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:textSize="18sp"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Email : info@sminnovations.in"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dp"
android:orientation="vertical">
</LinearLayout>
</LinearLayout>
-->

View File

@@ -1,53 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:orientation="vertical"
android:gravity="center"
android:layout_weight="10"
android:layout_height="match_parent"
>
>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentStart="true">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/circle_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="5"
android:padding="23dp"
android:src="@android:drawable/ic_menu_gallery"
app:civ_border_width="1dp" />
<TextView
android:layout_width="wrap_content"
android:textSize="34dp"
android:layout_height="wrap_content"
android:textColor="@android:color/holo_red_light"
android:text=" Test Result: Positive"
android:id="@+id/selection_image"/>
<Button
android:id="@+id/report"
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:background="@drawable/buttonshape"
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/circle_image"
android:layout_width="match_parent"
android:layout_height="546dp"
android:padding="23dp"
android:src="@android:drawable/ic_menu_gallery"
app:civ_border_width="1dp" />
<TextView
android:id="@+id/selection_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text=" Test Result: Positive"
android:textSize="@dimen/heading_size" />
<Button
android:id="@+id/report"
android:layout_width="match_parent"
android:layout_marginTop="20dp"
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Get Report"
android:layout_marginBottom="60dp"
android:background="@drawable/buttonshape"
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
android:textAllCaps="false"
android:textSize="20sp" />
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Get Report"
android:layout_marginBottom="60dp"
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
</ScrollView>
</LinearLayout>

View File

@@ -14,100 +14,101 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center_horizontal"
android:text="Guideline "
android:textColor="#131313"
android:textSize="24sp"
android:textStyle="bold">
</TextView>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<TextView
android:paddingLeft="26dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:layout_height="wrap_content"
android:text="Don't Use Flash to Click the Picture"
/>
<View
android:layout_margin="10dp"
android:layout_width="fill_parent"
android:layout_height="0.8dp"
android:background="#EEE" />
<TextView
android:paddingLeft="26dp"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:layout_width="wrap_content"
android:textSize="18sp"
android:layout_height="wrap_content"
android:text="Take the picture when the lid is open and focused on the Pattern"
/>
<View
android:layout_margin="18dp"
android:layout_width="fill_parent"
android:layout_height="0.8dp"
android:background="#EEE" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/circle_image"
android:layout_width="234dp"
android:layout_gravity="center"
android:src="@drawable/sample1"
android:layout_height="234dp"
app:civ_border_width="2dp"/>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<Button
android:id="@+id/intro"
<LinearLayout
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:background="@drawable/buttonshape"
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
android:layout_marginBottom="20dp"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center_horizontal"
android:text="Guideline "
android:textColor="#131313"
android:textSize="@dimen/heading_size"
android:textStyle="bold">
</TextView>
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
<TextView
android:paddingLeft="26dp"
android:layout_width="wrap_content"
android:textSize="@dimen/small_text_size"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:layout_height="wrap_content"
android:text="Don't Use Flash to Click the Picture"
/>
<View
android:layout_margin="10dp"
android:layout_width="fill_parent"
android:layout_height="0.8dp"
android:background="#EEE" />
<TextView
android:paddingLeft="26dp"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:layout_width="wrap_content"
android:textSize="@dimen/small_text_size"
android:layout_height="wrap_content"
android:text="Take the picture when the lid is open and focused on the Pattern"
/>
<View
android:layout_margin="18dp"
android:layout_width="fill_parent"
android:layout_height="0.8dp"
android:background="#EEE" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/circle_image"
android:layout_width="234dp"
android:layout_height="234dp"
android:layout_gravity="center"
android:src="@drawable/sample1"
app:civ_border_width="2dp" />
<View
android:layout_margin="20dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#EEE" />
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Get Started"
<Button
android:id="@+id/intro"
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:textAllCaps="false"
android:background="@drawable/buttonshape"
android:textSize="20sp" />
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
android:layout_marginBottom="20dp"
</LinearLayout>
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Get Started"
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
</ScrollView>

View File

@@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:text="Spin Tube App"
android:textSize="24sp"
android:textSize="@dimen/heading_size"
android:gravity="center"
android:textStyle="bold"
android:layout_marginTop="10dp"

View File

@@ -1,187 +1,195 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="match_parent"
>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imageView"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="70dp"
android:contentDescription="TODO"
android:layout_marginTop="15dp"
android:src="@drawable/logo_app"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="70dp"
android:contentDescription="TODO"
android:layout_marginTop="15dp"
android:src="@drawable/logo_app"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/titleapp"
android:layout_width="match_parent"
android:layout_height="@android:dimen/app_icon_size"
android:contentDescription="TODO"
android:layout_marginTop="15dp"
android:textSize="24sp"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:textAlignment="center"
android:textColor="#131313"
android:text="Spin Tube App"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView"
android:gravity="center_horizontal" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in"
android:textColor="#131313"
<TextView
android:id="@+id/titleapp"
android:layout_width="match_parent"
android:layout_height="@android:dimen/app_icon_size"
android:contentDescription="TODO"
android:layout_marginTop="15dp"
android:textSize="@dimen/heading_size"
android:fontFamily="@font/fontstyle"
android:textStyle="bold"
android:fontFamily="@font/fontstyle"
android:paddingLeft="10dp"
android:layout_marginTop="15dp"
android:id="@+id/sign_in_text"
android:textSize="24sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titleapp" />
android:textAlignment="center"
android:textColor="#131313"
android:text="Spin Tube App"
android:gravity="center_horizontal" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in"
android:textColor="#131313"
<EditText
android:id="@+id/username"
android:layout_width="0dp"
android:layout_marginTop="40dp"
android:background="@drawable/text_back"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginEnd="20sp"
android:ems="10"
android:hint="User Name :"
android:inputType="textEmailAddress"
android:padding="12dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/sign_in_text" />
android:fontFamily="@font/fontstyle"
android:paddingLeft="10dp"
android:layout_marginTop="15dp"
android:id="@+id/sign_in_text"
android:textSize="@dimen/heading_size"
android:textStyle="bold"
/>
<EditText
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_marginTop="40dp"
android:background="@drawable/text_back"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginEnd="20sp"
android:ems="10"
android:hint="User Name :"
android:inputType="textEmailAddress"
android:padding="12dp"
/>
<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:textColorHint="@android:color/darker_gray"
<EditText
android:id="@+id/password"
android:layout_width="0dp"
android:textColorHint="@android:color/darker_gray"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginTop="18dp"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginTop="18dp"
android:background="@drawable/text_back"
android:layout_marginEnd="20sp"
android:ems="10"
android:hint="Password :"
android:inputType="textPassword"
android:padding="12dp"/>
<androidx.appcompat.widget.AppCompatCheckBox
android:id="@+id/showpassword"
android:layout_width="match_parent"
android:background="@drawable/text_back"
android:layout_marginEnd="20sp"
android:ems="10"
android:hint="Password :"
android:inputType="textPassword"
android:padding="12dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/username" />
<androidx.appcompat.widget.AppCompatCheckBox
android:id="@+id/showpassword"
android:layout_width="0dp"
android:buttonTint="@android:color/darker_gray"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginTop="18dp"
android:layout_marginEnd="20sp"
android:textColorHighlight="@android:color/black"
android:backgroundTint="#ffffff"
android:padding="20dp"
android:textColor="#131313"
android:textColorHint="#ffffff"
android:text="Show password"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:buttonTint="@android:color/darker_gray"
android:layout_height="wrap_content"
android:layout_marginStart="20sp"
android:layout_marginTop="18dp"
android:layout_marginEnd="20sp"
android:textColorHighlight="@android:color/black"
android:backgroundTint="#ffffff"
android:padding="20dp"
android:textColor="#131313"
android:textColorHint="#ffffff"
android:text="Show password"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/password" />
/>
<TextView
android:id="@+id/forgetpassword"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:padding="10dp"
android:text="Forgot Password?"
android:textColor="#4285f4"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/showpassword"
android:layout_marginLeft="30dp" />
android:orientation="horizontal">
<TextView
android:id="@+id/createaccount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:layout_marginTop="1dp"
<TextView
android:id="@+id/forgetpassword"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:padding="10dp"
android:text="Forgot Password?"
android:textColor="#4285f4"
android:textStyle="bold"
android:layout_marginLeft="10dp" />
<View
android:id="@+id/divider"
android:layout_width="2dp"
android:layout_height="41dp"
android:layout_marginHorizontal="25dp"
android:background="#4285f4" />
<TextView
android:id="@+id/createaccount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="1dp"
android:padding="10dp"
android:text="Register here"
android:textColor="#4285f4"
android:textStyle="bold" />
/>
</LinearLayout>
<Button
android:layout_marginTop="50dp"
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAllCaps="false"
android:fontFamily="@font/fontstyle"
android:text="Sign in"
android:layout_marginBottom="30dp"
android:layout_marginStart="40dp"
android:layout_marginEnd="40dp"
android:background="@android:color/holo_blue_dark"
android:textColor="@android:color/white"
android:textSize="20sp"
/>
</LinearLayout>
</ScrollView>
</LinearLayout>
android:padding="10dp"
android:textColor="#4285f4"
app:layout_constraintTop_toBottomOf="@id/showpassword"
android:text="Register here"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.821"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginLeft="30dp" />
<Button
android:id="@+id/login"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="40dp"
android:layout_marginEnd="40dp"
android:textAllCaps="false"
android:fontFamily="@font/fontstyle"
android:text="Sign in"
android:background="@android:color/holo_blue_dark"
android:textColor="@android:color/white"
android:textSize="20sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/password"
app:layout_constraintVertical_bias="0.698" />
<View
android:id="@+id/divider"
android:layout_width="2dp"
android:layout_height="41dp"
android:background="#4285f4"
app:layout_constraintTop_toBottomOf="@id/showpassword"
app:layout_constraintBottom_toTopOf="@id/login"
app:layout_constraintEnd_toStartOf="@id/createaccount"
app:layout_constraintHorizontal_bias="0.52"
app:layout_constraintStart_toEndOf="@id/forgetpassword"
app:layout_constraintVertical_bias="0.0" />
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>

View File

@@ -46,7 +46,7 @@
android:gravity="center"
android:text="Patient Details "
android:textColor="#131313"
android:textSize="24sp"
android:textSize="@dimen/heading_size"
android:textStyle="bold">
</TextView>
@@ -70,151 +70,149 @@
android:orientation="vertical">
<LinearLayout
<LinearLayout
android:layout_width="match_parent"
android:background="#fff"
android:layout_height="match_parent"
android:orientation="vertical">
<EditText
android:id="@+id/patientid"
android:layout_width="match_parent"
android:background="#fff"
android:layout_height="match_parent"
android:orientation="vertical">
android:maxLength="5"
<EditText
android:id="@+id/patientid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:hint="Patient ID *"
android:inputType="textNoSuggestions"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
<TableLayout
android:id="@+id/table45"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:hint="Patient ID *"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
<TableLayout
android:id="@+id/table45"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow android:layout_marginTop="20dp">
<TableRow android:layout_marginTop="20dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:fontFamily="@font/fontstyle"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:id="@+id/gender"
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:fontFamily="@font/fontstyle"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:id="@+id/gender"
android:textSize="@dimen/small_text_size"
android:text="Patient Gender *"
android:textColor="@android:color/darker_gray"
android:textSize="18sp" />
<Spinner
android:id="@+id/spinner_gender"
android:layout_width="150dp"
android:text="Patient Gender *"
android:textColor="@android:color/darker_gray"
/>
android:layout_height="wrap_content"
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
<EditText
android:id="@+id/dob"
<Spinner
android:id="@+id/spinner_gender"
android:layout_width="150dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
<EditText
android:id="@+id/dob"
android:editable="false"
android:inputType="none"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:hint="Date of Birth"
android:drawableEnd="@android:drawable/ic_menu_today"
android:drawableRight="@android:drawable/ic_menu_edit"
android:hint="Date of Birth"
android:drawableEnd="@android:drawable/ic_menu_today"
android:drawableRight="@android:drawable/ic_menu_edit"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
<EditText
android:id="@+id/age"
<EditText
android:id="@+id/age"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:inputType="number"
android:maxLength="3"
android:hint="Age *"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
android:hint="Age *"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
<EditText
android:id="@+id/NikshayID"
<EditText
android:id="@+id/NikshayID"
android:maxLength="9"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:hint="Nikshay ID *"
android:inputType="number"
android:maxLines="1"
android:paddingStart="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:fontFamily="@font/fontstyle"
android:hint="Nikshay ID *"
android:inputType="number"
android:paddingLeft="5dp"
android:singleLine="true" />
android:maxLines="1"
android:paddingStart="5dp"
<EditText
android:id="@+id/Email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:hint="Email"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true"
android:visibility="gone" />
android:paddingLeft="5dp"
android:singleLine="true" />
<Button
android:id="@+id/next"
android:layout_width="match_parent"
android:layout_marginTop="50dp"
android:background="@drawable/buttonshape"
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
android:layout_marginBottom="200dp"
<Button
android:id="@+id/next"
android:layout_width="match_parent"
android:layout_marginTop="50dp"
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Next"
android:background="@drawable/buttonshape"
android:layout_height="wrap_content"
android:layout_marginStart="100dp"
android:layout_marginBottom="200dp"
android:textAllCaps="false"
android:layout_marginEnd="100dp"
android:textColor="@android:color/white"
android:text="Next"
android:textSize="20sp" />
</LinearLayout>
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
</LinearLayout>

View File

@@ -7,8 +7,40 @@
android:orientation="vertical"
>
<RelativeLayout
android:layout_width="fill_parent"
android:background="@android:color/holo_blue_light"
android:layout_height="@android:dimen/app_icon_size"
android:orientation="vertical">
<ImageButton
android:layout_width="wrap_content"
android:layout_height="@android:dimen/app_icon_size"
android:id="@+id/share"
android:tint="@android:color/white"
android:layout_alignParentEnd="true"
android:backgroundTint="@android:color/transparent"
android:src="@android:drawable/ic_menu_share"
android:layout_alignParentRight="true" />
<ImageButton
android:id="@+id/downlaod"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginHorizontal="50dp"
android:backgroundTint="@android:color/transparent"
android:src="@android:drawable/stat_sys_download"
android:tint="@android:color/white" />
</RelativeLayout>
<LinearLayout
android:layout_marginTop="@android:dimen/app_icon_size"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
@@ -33,7 +65,7 @@
android:gravity="center"
android:text="Test Report"
android:textColor="#131313"
android:textSize="24sp"
android:textSize="@dimen/heading_size"
android:textStyle="bold">
</TextView>
@@ -48,501 +80,506 @@
android:layout_alignParentTop="true">
<TableLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="fill_parent"
<TableRow
android:padding="15dp"
android:layout_height="fill_parent">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TextView
android:text="Date : "
android:textSize="18sp"
android:lines="2"
android:layout_weight="5"
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:padding="15dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/dater"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:text="Date : "
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
</TableLayout>
<TableLayout
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/dater"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="2dp"
android:background="#eee" />
<TableRow
android:padding="15dp"
</TableLayout>
<TableLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Time : "
android:textSize="18sp"
android:lines="2"
<TableRow
android:padding="15dp"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/timer"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:text="Time : "
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
</TableLayout>
<TableLayout
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/timer"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="2dp"
android:background="#eee" />
<TableRow
android:padding="15dp"
</TableLayout>
<TableLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Patient ID : "
android:textSize="18sp"
android:lines="2"
<TableRow
android:padding="15dp"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_idr"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:text="Patient ID : "
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
</TableLayout>
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_idr"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#eee" />
</TableLayout>
<TableLayout
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:padding="15dp"
<TableRow
android:padding="15dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Patient Gender :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_genderr"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Patient Gender :"
android:textSize="@dimen/small_text_size"
/>
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_genderr"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Date of Birth :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patien_dobr"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Date of Birth :"
android:textSize="@dimen/small_text_size" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patien_dobr"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Age :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_ager"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Age :"
android:textSize="@dimen/small_text_size"
/>
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_ager"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Result :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_resultr"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Result :"
android:textSize="@dimen/small_text_size"
/>
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_resultr"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Nikshay ID :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_nikshayidr"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="Nikshay ID :"
android:textSize="@dimen/small_text_size"
/>
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_nikshayidr"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="NIRT Lab Number :"
android:textSize="18sp" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_nirtr"
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_weight="5"
android:lines="2"
android:text="NIRT Lab Number :"
android:textSize="@dimen/small_text_size"
/>
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_nirtr"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
<TableLayout
android:layout_height="2dp"
android:background="#eee" />
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TableLayout>
<TableLayout
<TableRow
android:padding="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TableRow
android:padding="15dp"
<TextView
android:text="SPIN Tube ID :"
android:textSize="18sp"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_spintuber"
<TextView
android:text="SPIN Tube ID :"
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_spintuber"
android:layout_height="2dp"
android:background="#eee" />
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
</TableLayout>
android:layout_height="2dp"
android:background="#eee" />
</TableLayout>
<TableLayout
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:padding="15dp"
<TableRow
android:padding="15dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TextView
android:text="Type of Sample :"
android:textSize="18sp"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_typesampler"
<TextView
android:text="Type of Sample :"
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_typesampler"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#eee" />
android:layout_height="2dp"
android:background="#eee" />
</TableLayout>
<TableLayout
</TableLayout>
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:padding="15dp"
<TableRow
android:padding="15dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="10"
>
<TextView
android:text="Tube Validity :"
android:textSize="18sp"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
android:layout_weight="10"
>
<TextView
android:text="Tube Validity :"
android:textSize="@dimen/small_text_size"
android:lines="2"
android:layout_weight="5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_column="1" />
<TextView
android:layout_width="0dp"
android:textSize="@dimen/small_text_size"
android:id="@+id/patient_tubevisibler"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#eee" />
</TableLayout>
<TextView
android:layout_width="0dp"
android:textSize="18sp"
android:id="@+id/patient_tubevisibler"
android:layout_weight="5"
android:layout_height="wrap_content" />
</TableRow>
<View
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="#eee" />
</TableLayout>
</TableLayout>
</ScrollView>
</LinearLayout>

View File

@@ -44,7 +44,7 @@
android:gravity="center"
android:text="Test Details "
android:textColor="#131313"
android:textSize="24sp"
android:textSize="@dimen/heading_size"
android:textStyle="bold">
</TextView>
@@ -65,125 +65,127 @@
android:layout_marginBottom="10dp"
android:orientation="vertical">
<LinearLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<EditText
android:id="@+id/NIRTLab"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:maxLength="7"
<EditText
android:id="@+id/NIRTLab"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:textSize="18sp"
android:hint="NIRT Lab Number *"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
android:hint="NIRT Lab Number *"
android:inputType="number"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
<EditText
android:maxLength="6"
<EditText
android:id="@+id/SPINTubeID"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:hint="SPIN Tube ID *"
android:inputType="number"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:textSize="18sp"
android:id="@+id/SPINTubeID"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
android:hint="SPIN Tube ID *"
android:maxLines="1"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:singleLine="true" />
android:singleLine="true" />
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow android:layout_marginTop="25dp">
<TableRow android:layout_marginTop="25dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:text="Type of Sample *"
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:text="Type of Sample *"
android:textSize="@dimen/small_text_size"
android:textColor="@android:color/darker_gray"
/>
android:textColor="@android:color/darker_gray"
android:textSize="18sp" />
<Spinner
android:id="@+id/spinner_sample"
android:layout_width="150dp"
android:layout_height="wrap_content"
<Spinner
android:id="@+id/spinner_sample"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow
android:layout_marginTop="30dp"
android:layout_marginBottom="40dp">
<TableRow
android:layout_marginTop="30dp"
android:layout_marginBottom="40dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:text="Tube Validity * "
android:textColor="@android:color/darker_gray"
android:textSize="18sp" />
<Spinner
android:id="@+id/spinner_validity"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_marginLeft="10dp"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:textSize="@dimen/small_text_size"
<Button
android:id="@+id/startTest"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="80dp"
android:layout_marginEnd="80dp"
android:layout_marginTop="50dp"
android:textColor="@android:color/white"
android:text="Tube Validity * "
android:textColor="@android:color/darker_gray"
/>
android:layout_marginBottom="120dp"
android:background="@drawable/buttonshape"
android:text="Start Test"
android:textAllCaps="false"
<Spinner
android:textSize="20sp" />
android:id="@+id/spinner_validity"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp" />
</TableRow>
</TableLayout>
</LinearLayout>
<Button
android:id="@+id/startTest"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="80dp"
android:layout_marginEnd="80dp"
android:layout_marginTop="50dp"
android:textColor="@android:color/white"
android:layout_marginBottom="120dp"
android:background="@drawable/buttonshape"
android:text="Start Test"
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,5 @@
<resources>
<dimen name="small_text_size">9.7sp</dimen>
<dimen name="heading_size">12.7sp</dimen>
<dimen name="default_text_size">11.7sp</dimen>
</resources>

View File

@@ -0,0 +1,5 @@
<resources>
<dimen name="small_text_size">9.7sp</dimen>
<dimen name="heading_size">12.7sp</dimen>
<dimen name="default_text_size">11.7sp</dimen>
</resources>

View File

@@ -0,0 +1,6 @@
<resources>
<dimen name="heading_size">19sp</dimen>
<dimen name="default_text_size">17.5sp</dimen>
<dimen name="small_text_size">14.5sp</dimen>
</resources>

View File

@@ -0,0 +1,5 @@
<resources>
<dimen name="small_text_size">19.3sp</dimen>
<dimen name="heading_size">25.3sp</dimen>
<dimen name="default_text_size">23.3sp</dimen>
</resources>

View File

@@ -0,0 +1,5 @@
<resources>
<dimen name="small_text_size">24.2sp</dimen>
<dimen name="heading_size">31.7sp</dimen>
<dimen name="default_text_size">29.2sp</dimen>
</resources>

View File

@@ -0,0 +1,5 @@
<resources>
<dimen name="heading_size">10.6sp</dimen>
<dimen name="default_text_size">9.7sp</dimen>
<dimen name="small_text_size">8.1sp</dimen>
</resources>

View File

@@ -0,0 +1,3 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="."/>
</paths>