Files
arrest-tb/app/src/main/res/layout/activity_about.xml
developerraman dfa6f947eb Removed compulsion on Nikshay number,Added the calculation of age automatically,
character limit NIRT lab number and spin tube ID are 6 ,All the Automation Test Cases are edited ,About app Version Added ,Email ids for notify pipeline output are added.
2021-03-01 22:50:21 +05:30

152 lines
5.0 KiB
XML

<?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"
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">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
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: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="Arrest TB 1.0.0"
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: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: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="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."
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:layout_marginBottom="30dp"
android:fontFamily="@font/fontstyle"
android:layout_height="wrap_content"
android:text="Email : info@sminnovations.in"
/>
</LinearLayout>
</ScrollView>
</LinearLayout>