From aa4cf1b7c36d6223f88279d117cad20f0e27b977 Mon Sep 17 00:00:00 2001 From: chandrashekhar reddy Date: Wed, 3 Apr 2024 16:58:35 +0530 Subject: [PATCH] Added details in AboutFragment about SMI --- .../presentation/dashboard/AboutFragment.kt | 9 +++- app/src/main/res/layout/fragment_about.xml | 42 +++++++++++++++---- app/src/main/res/values-hi/strings.xml | 3 ++ app/src/main/res/values-kn/strings.xml | 3 ++ app/src/main/res/values/strings.xml | 3 ++ 5 files changed, 50 insertions(+), 10 deletions(-) diff --git a/app/src/main/java/com/example/hpostesting/presentation/dashboard/AboutFragment.kt b/app/src/main/java/com/example/hpostesting/presentation/dashboard/AboutFragment.kt index 58e997a..fff7638 100644 --- a/app/src/main/java/com/example/hpostesting/presentation/dashboard/AboutFragment.kt +++ b/app/src/main/java/com/example/hpostesting/presentation/dashboard/AboutFragment.kt @@ -13,6 +13,8 @@ package com.example.hpostesting.presentation.dashboard +import android.content.Intent +import android.net.Uri import android.os.Bundle import android.view.LayoutInflater import android.view.View @@ -33,7 +35,12 @@ class AboutFragment : Fragment() { override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) - +// binding.linkClick.setOnClickListener { +// val url = "https://sminnovations.in/" +// val intent = Intent(Intent.ACTION_VIEW) +// intent.data = Uri.parse(url) +// startActivity(intent) +// } } } \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index 2482e26..ffc8229 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -11,23 +11,47 @@ ~ // is strictly forbidden unless prior written permission is obtained ~ // from ShanMukha Innovations Pvt. Ltd. --> - - + + + + - - \ No newline at end of file + + + \ No newline at end of file diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 8edd873..2f7d0e3 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -295,4 +295,7 @@ Lab Name About About + ShanMukha Innovations is a spin-off from Indian Institute of Science, Bangalore. Incorporated in 2016, the company has been delivering innovative Made in India first of its kind deep technology-based products in healthcare.\n\nNotable solutions include Mobile Infection Testing and Reporting Labs (MITR Labs), portable thermal cycler (PolyCube).\n\nThe company launched Sicklecert ®, India’s first CDSCO approved indigenous diagnostic test for sickle-cell anemia.\n\nOur customers include government, non-profit and private sector companies. Leading research institutes such as IISc, IIT Tirupati have engaged us for unique projects. We take pride in supporting Indian and global customers with world-class products. + SMI + Visit to learn more: sminnovations.in \ No newline at end of file diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml index afaf8ed..683401f 100644 --- a/app/src/main/res/values-kn/strings.xml +++ b/app/src/main/res/values-kn/strings.xml @@ -294,6 +294,9 @@ About About Lab Name + ShanMukha Innovations is a spin-off from Indian Institute of Science, Bangalore. Incorporated in 2016, the company has been delivering innovative Made in India first of its kind deep technology-based products in healthcare.\n\nNotable solutions include Mobile Infection Testing and Reporting Labs (MITR Labs), portable thermal cycler (PolyCube).\n\nThe company launched Sicklecert ®, India’s first CDSCO approved indigenous diagnostic test for sickle-cell anemia.\n\nOur customers include government, non-profit and private sector companies. Leading research institutes such as IISc, IIT Tirupati have engaged us for unique projects. We take pride in supporting Indian and global customers with world-class products. + SMI + Visit to learn more: sminnovations.in \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e5948a2..0b1082c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -295,4 +295,7 @@ About About Lab Name + ShanMukha Innovations is a spin-off from Indian Institute of Science, Bangalore. Incorporated in 2016, the company has been delivering innovative Made in India first of its kind deep technology-based products in healthcare.\n\nNotable solutions include Mobile Infection Testing and Reporting Labs (MITR Labs), portable thermal cycler (PolyCube).\n\nThe company launched Sicklecert ®, India’s first CDSCO approved indigenous diagnostic test for sickle-cell anemia.\n\nOur customers include government, non-profit and private sector companies. Leading research institutes such as IISc, IIT Tirupati have engaged us for unique projects. We take pride in supporting Indian and global customers with world-class products. + SMI + Visit to learn more: sminnovations.in \ No newline at end of file