From b78e1ed62bc8aa4e40bcafcdb96e21abef2f5fb8 Mon Sep 17 00:00:00 2001 From: MRSa Date: Sat, 22 Apr 2023 21:02:47 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B9=E3=83=97=E3=83=A9=E3=83=83=E3=82=B7?= =?utf8?q?=E3=83=A5=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=BC=E3=83=B3=E3=82=92?= =?utf8?q?=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/deploymentTargetDropDown.xml | 17 +++++++++++++ .idea/gradle.xml | 1 - .idea/kotlinc.xml | 6 +++++ .idea/misc.xml | 2 +- app/build.gradle | 28 ++++++++++++---------- app/src/main/AndroidManifest.xml | 4 ++-- .../camera/console/ConsolePanelGestureListener.kt | 21 ++++++---------- .../java/jp/osdn/gokigen/mangle/MainActivity.kt | 4 ++++ app/src/main/res/values/colors.xml | 4 ++++ app/src/main/res/values/themes.xml | 23 ++++++++++++++++++ build.gradle | 6 ++--- gradle.properties | 5 +++- gradle/wrapper/gradle-wrapper.properties | 2 +- 14 files changed, 88 insertions(+), 37 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/kotlinc.xml create mode 100644 app/src/main/res/values/themes.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..77ac24e --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2d42c2d..a2d7c21 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,7 +7,6 @@