updated About Page

This commit is contained in:
developerraman
2020-10-19 00:57:42 -07:00
parent d30d218fb3
commit 8fefe6c149

View File

@@ -55,7 +55,8 @@
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: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.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" />
@@ -107,140 +108,3 @@
<!--
<?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:orientation="vertical">
<TextView
android:padding="20dp"
android:layout_width="wrap_content"
android:textSize="18sp"
android:layout_weight="4"
android:layout_height="0dp"
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>
-->