Skip to content

Commit

Permalink
[#6] add empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Sep 18, 2022
1 parent 71eba37 commit 4ea72b0
Show file tree
Hide file tree
Showing 45 changed files with 16 additions and 25 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion CustomEditText/.idea/vcs.xml → .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions CustomEditText/app/src/main/res/values/strings.xml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion CustomEditText/app/build.gradle → app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 32

defaultConfig {
applicationId "com.example.customedittext"
applicationId "com.example.customfancontroller"
minSdk 21
targetSdk 32
versionCode 1
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.customedittext">
package="com.example.customfancontroller">

<application
android:allowBackup="true"
Expand All @@ -11,7 +11,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.CustomEditText"
android:theme="@style/Theme.CustomFanController"
tools:targetApi="31">
<activity
android:name=".MainActivity"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.customedittext
package com.example.customfancontroller

import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.CustomEditText" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.CustomFanController" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">CustomFanController</string>
</resources>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.CustomEditText" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.CustomFanController" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.customedittext
package com.example.customfancontroller

import org.junit.Test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sun Sep 18 19:38:09 KST 2022
#Mon Sep 19 00:31:23 KST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion CustomEditText/settings.gradle → settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "CustomEditText"
rootProject.name = "CustomFanController"
include ':app'

0 comments on commit 4ea72b0

Please sign in to comment.