Skip to content

Commit e6be4ea

Browse files
author
Ankit Kumar
committed
fooo
1 parent 24f6e29 commit e6be4ea

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ android {
3434
dependencies {
3535

3636
implementation 'androidx.appcompat:appcompat:1.4.1'
37-
implementation project(path: ':customView')
37+
//implementation project(path: ':customView')
3838
}

app/src/main/java/lostankit7/droid/androidcustomview/MainActivity.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
package lostankit7.droid.androidcustomview
22

3-
import android.graphics.Color
4-
import androidx.appcompat.app.AppCompatActivity
53
import android.os.Bundle
6-
import android.widget.TextView
7-
import lostankit7.droid.utils.setCircularBackground
8-
import lostankit7.droid.utils.setCustomBackground
9-
import lostankit7.droid.utils.toDp
4+
import androidx.appcompat.app.AppCompatActivity
105

116
class MainActivity : AppCompatActivity() {
127
override fun onCreate(savedInstanceState: Bundle?) {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencyResolutionManagement {
33
repositories {
44
google()
55
mavenCentral()
6-
jcenter() // Warning: this repository is going to shut down soon
6+
maven { url 'https://jitpack.io' }
77
}
88
}
99
rootProject.name = "Android Custom View"

0 commit comments

Comments
 (0)