From e7ecf7eedfe2952e2400de51dc49b57d6d50bfaf Mon Sep 17 00:00:00 2001
From: sathwikcs <85106054+sathwikcs@users.noreply.github.com>
Date: Thu, 15 May 2025 12:57:53 +0530
Subject: [PATCH] R&D app
---
app/build.gradle | 4 +-
app/src/main/AndroidManifest.xml | 10 +--
.../hpostesting/firebase/FirebaseManage.kt | 12 +++-
.../presentation/main_base/PanelFragment.kt | 7 +++
.../presentation/randd/RandDActivity.kt | 19 ++++++
.../randd/ui/randd/RandDFragment.kt | 33 ++++++++++
.../randd/ui/randd/RandDViewModel.kt | 7 +++
.../presentation/trueheme/TrueHemeFragment.kt | 4 +-
app/src/main/res/layout/activity_randd.xml | 7 +++
app/src/main/res/layout/fragment_gallery.xml | 22 ++++++-
app/src/main/res/layout/fragment_rand_d.xml | 63 +++++++++++++++++++
11 files changed, 176 insertions(+), 12 deletions(-)
create mode 100644 app/src/main/java/com/example/hpostesting/presentation/randd/RandDActivity.kt
create mode 100644 app/src/main/java/com/example/hpostesting/presentation/randd/ui/randd/RandDFragment.kt
create mode 100644 app/src/main/java/com/example/hpostesting/presentation/randd/ui/randd/RandDViewModel.kt
create mode 100644 app/src/main/res/layout/activity_randd.xml
create mode 100644 app/src/main/res/layout/fragment_rand_d.xml
diff --git a/app/build.gradle b/app/build.gradle
index f7976bb..3cd7a35 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "in.sminnovations.hpostesting.server"
minSdk 30
targetSdk 34
- versionCode 134
- versionName "2.1.131"
+ versionCode 136
+ versionName "2.1.133"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 71eaae9..dd20690 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -24,13 +24,12 @@
-
-
-
+
+ android:screenOrientation="portrait" />
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_gallery.xml b/app/src/main/res/layout/fragment_gallery.xml
index d7001a8..bcd9663 100644
--- a/app/src/main/res/layout/fragment_gallery.xml
+++ b/app/src/main/res/layout/fragment_gallery.xml
@@ -55,7 +55,21 @@
app:layout_constraintTop_toBottomOf="@id/tv_subtitle4" />
-
+
+
+ app:layout_constraintTop_toBottomOf="@id/btn_rnd" />
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file