From 3a7b4e31500e3ed63f7aa950784f0cbb16601c23 Mon Sep 17 00:00:00 2001 From: Muhamad Rajwa Athoriq Date: Thu, 9 Jan 2025 21:31:56 +0700 Subject: [PATCH] rajwa commit --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 1 - .idea/inspectionProfiles/Project_Default.xml | 53 +++++ .idea/misc.xml | 8 +- app/build.gradle.kts | 8 +- app/src/main/AndroidManifest.xml | 3 + .../java/com/example/siamobile/KHSActivity.kt | 3 +- .../com/example/siamobile/Mhs000000000000.kt | 139 ++++++++++++- .../com/example/siamobile/Mhs202210715136.kt | 189 ++++++++++++++++++ app/src/main/res/layout/activity_mhs2.xml | 10 + .../res/layout/activity_mhs202210715136.xml | 10 + gradle/libs.versions.toml | 2 +- 12 files changed, 417 insertions(+), 11 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 app/src/main/java/com/example/siamobile/Mhs202210715136.kt create mode 100644 app/src/main/res/layout/activity_mhs2.xml create mode 100644 app/src/main/res/layout/activity_mhs202210715136.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b86273d..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7b3006b..0897082 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,7 +4,6 @@