70 lines
2.3 KiB
XML
70 lines
2.3 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"
|
||
|
|
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">
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="About Us "
|
||
|
|
android:textColor="#131313"
|
||
|
|
android:textSize="24sp"
|
||
|
|
android:textStyle="bold">
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<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" />
|
||
|
|
|
||
|
|
<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>
|