From f983571bbb5cccbd33ddee538825269fd42e91b8 Mon Sep 17 00:00:00 2001 From: lijia Date: Wed, 14 Aug 2024 11:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=9D=A5=E4=B8=80=E5=8D=95=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E5=8F=91=E8=B4=A7=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetDropDown.xml | 10 ++ .idea/gradle.xml | 2 +- .idea/kotlinc.xml | 6 + .idea/migrations.xml | 10 ++ .../waybill/activity/AnotherOrderActivity.kt | 116 ++++++++++++------ .../res/layout/activity_anohter_order.xml | 6 +- 6 files changed, 110 insertions(+), 40 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/migrations.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2266b30..d5e5cad 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@