From 3d048441c6b3debb7aa2bbcfd253ae19fbf70c67 Mon Sep 17 00:00:00 2001 From: Igor I Date: Fri, 28 Jun 2024 09:00:25 +0500 Subject: [PATCH] =?UTF-8?q?+=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- .../java/kz/istt/locust/DbOpenHelper.java | 2 +- .../istt/locust/LocustHealthListActivity.java | 678 +++++++++++++++++ .../java/kz/istt/locust/SetupActivity.java | 62 +- .../layout-land/activity_locust_health.xml | 164 ++--- .../layout-large/activity_locust_health.xml | 692 +++++++++++++++--- .../res/layout/activity_locust_health.xml | 158 ++-- .../layout/activity_locust_health_list.xml | 59 ++ app/src/main/res/layout/activity_main.xml | 4 +- app/src/main/res/layout/activity_setup.xml | 55 +- app/src/main/res/menu/locust_health_list.xml | 21 + app/src/main/res/values-ru/strings.xml | 84 +++ app/src/main/res/values/strings.xml | 85 +++ 15 files changed, 1788 insertions(+), 282 deletions(-) create mode 100644 app/src/main/java/kz/istt/locust/LocustHealthListActivity.java create mode 100644 app/src/main/res/layout/activity_locust_health_list.xml create mode 100644 app/src/main/res/menu/locust_health_list.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 385bcfd..cb865f6 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@