From fe8a34002159aa1b44a519645cbbcf6c66ed5ef1 Mon Sep 17 00:00:00 2001 From: chandrashekhar reddy Date: Wed, 3 Apr 2024 17:04:51 +0530 Subject: [PATCH] Added details in AboutFragment about SMI --- .../presentation/dashboard/AboutFragment.kt | 6 +++ app/src/main/res/layout/fragment_about.xml | 52 ++++++++++++++----- 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, 54 insertions(+), 13 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 798e064..86819cb 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 @@ -47,6 +47,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) +// } } diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index 2482e26..b67694b 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -12,22 +12,48 @@ ~ // from ShanMukha Innovations Pvt. Ltd. --> - - - \ 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..b02ba4e 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 + SMI + 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. + 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..f595ae7 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 + SMI + 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. + 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..a7f77ba 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 + SMI + 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. + Visit to learn more: sminnovations.in \ No newline at end of file