diff --git a/CustomEditText/.gitignore b/.gitignore similarity index 100% rename from CustomEditText/.gitignore rename to .gitignore diff --git a/CustomEditText/.idea/.gitignore b/.idea/.gitignore similarity index 100% rename from CustomEditText/.idea/.gitignore rename to .idea/.gitignore diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..7fcdfa3 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +CustomFanController \ No newline at end of file diff --git a/CustomEditText/.idea/compiler.xml b/.idea/compiler.xml similarity index 100% rename from CustomEditText/.idea/compiler.xml rename to .idea/compiler.xml diff --git a/CustomEditText/.idea/gradle.xml b/.idea/gradle.xml similarity index 100% rename from CustomEditText/.idea/gradle.xml rename to .idea/gradle.xml diff --git a/CustomEditText/.idea/misc.xml b/.idea/misc.xml similarity index 100% rename from CustomEditText/.idea/misc.xml rename to .idea/misc.xml diff --git a/CustomEditText/.idea/vcs.xml b/.idea/vcs.xml similarity index 69% rename from CustomEditText/.idea/vcs.xml rename to .idea/vcs.xml index 6c0b863..35eb1dd 100644 --- a/CustomEditText/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/CustomEditText/app/src/main/res/drawable/ic_clear_black_24dp.xml b/CustomEditText/app/src/main/res/drawable/ic_clear_black_24dp.xml deleted file mode 100644 index 844b6b6..0000000 --- a/CustomEditText/app/src/main/res/drawable/ic_clear_black_24dp.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/CustomEditText/app/src/main/res/drawable/ic_clear_opaque_24dp.xml b/CustomEditText/app/src/main/res/drawable/ic_clear_opaque_24dp.xml deleted file mode 100644 index 1f1460a..0000000 --- a/CustomEditText/app/src/main/res/drawable/ic_clear_opaque_24dp.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/CustomEditText/app/src/main/res/values/strings.xml b/CustomEditText/app/src/main/res/values/strings.xml deleted file mode 100644 index 61f49b1..0000000 --- a/CustomEditText/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - CustomEditText - \ No newline at end of file diff --git a/CustomEditText/app/.gitignore b/app/.gitignore similarity index 100% rename from CustomEditText/app/.gitignore rename to app/.gitignore diff --git a/CustomEditText/app/build.gradle b/app/build.gradle similarity index 95% rename from CustomEditText/app/build.gradle rename to app/build.gradle index 2f80b02..48b3e03 100644 --- a/CustomEditText/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { compileSdk 32 defaultConfig { - applicationId "com.example.customedittext" + applicationId "com.example.customfancontroller" minSdk 21 targetSdk 32 versionCode 1 diff --git a/CustomEditText/app/proguard-rules.pro b/app/proguard-rules.pro similarity index 100% rename from CustomEditText/app/proguard-rules.pro rename to app/proguard-rules.pro diff --git a/CustomEditText/app/src/androidTest/java/com/example/customedittext/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/example/customfancontroller/ExampleInstrumentedTest.kt similarity index 82% rename from CustomEditText/app/src/androidTest/java/com/example/customedittext/ExampleInstrumentedTest.kt rename to app/src/androidTest/java/com/example/customfancontroller/ExampleInstrumentedTest.kt index 0a735e0..5837ccc 100644 --- a/CustomEditText/app/src/androidTest/java/com/example/customedittext/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/com/example/customfancontroller/ExampleInstrumentedTest.kt @@ -1,4 +1,4 @@ -package com.example.customedittext +package com.example.customfancontroller import androidx.test.platform.app.InstrumentationRegistry import androidx.test.ext.junit.runners.AndroidJUnit4 @@ -19,6 +19,6 @@ class ExampleInstrumentedTest { fun useAppContext() { // Context of the app under test. val appContext = InstrumentationRegistry.getInstrumentation().targetContext - assertEquals("com.example.customedittext", appContext.packageName) + assertEquals("com.example.customfancontroller", appContext.packageName) } } \ No newline at end of file diff --git a/CustomEditText/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml similarity index 89% rename from CustomEditText/app/src/main/AndroidManifest.xml rename to app/src/main/AndroidManifest.xml index 6df5b60..e56daa9 100644 --- a/CustomEditText/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="com.example.customfancontroller"> -