From 4049c2635a9aa98b02a56ebb33f3bd2b69f5adab Mon Sep 17 00:00:00 2001 From: hreintke Date: Thu, 25 Feb 2016 19:31:30 +0100 Subject: [PATCH] Generic updates --- .idea/compiler.xml | 1 + .idea/encodings.xml | 6 +++++ .idea/gradle.xml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 7 ------ .../inspectionProfiles/profiles_settings.xml | 7 ------ .idea/misc.xml | 18 +------------ .idea/vcs.xml | 2 +- app/app.iml | 6 ++--- app/build.gradle | 2 +- .../smartcarandroid/JoystickFragment.java | 7 +++--- .../alon24/smartcarandroid/MainActivity.java | 21 +++++----------- .../smartcarandroid/NineAxisController.java | 4 +-- .../joystick/JoystickView.java | 2 +- app/src/main/res/layout/app_bar_main2.xml | 5 ---- app/src/main/res/layout/content_main.xml | 8 +++--- app/src/main/res/layout/joystick_fragment.xml | 25 +++++++++++-------- .../res/layout/table_control_fragment.xml | 18 ++++++------- app/src/main/res/values/strings.xml | 19 +++++++++++--- 18 files changed, 68 insertions(+), 92 deletions(-) create mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 1f2af51..96cc43e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,6 +11,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1bbc21d..8d2df47 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@