File tree Expand file tree Collapse file tree 8 files changed +8
-10
lines changed
java/com/sunilk9211/toastit
androidTest/java/com/sunilk9211/toastit
java/com/sunilk9211/toastit
test/java/com/sunilk9211/toastit Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ package com.sunilk9211.toastit
2
2
3
3
import android.os.Bundle
4
4
import androidx.appcompat.app.AppCompatActivity
5
- import com.sunilkumar.toasterlibrary.ToastIt
6
- import com.sunilkumar.toastit.R
7
5
8
6
class MainActivity : AppCompatActivity () {
9
7
override fun onCreate (savedInstanceState : Bundle ? ) {
Original file line number Diff line number Diff line change 4
4
android : layout_width =" match_parent"
5
5
android : layout_height =" match_parent"
6
6
android : background =" @android:color/holo_green_dark"
7
- tools : context =" com.sunilkumar.toastit.com.sunilk9211.toastit .MainActivity" />
7
+ tools : context =" .MainActivity" />
Original file line number Diff line number Diff line change 1
- package com.sunilkumar.toasterlibrary
1
+ package com.sunilk9211.toastit
2
2
3
3
import androidx.test.platform.app.InstrumentationRegistry
4
4
import androidx.test.ext.junit.runners.AndroidJUnit4
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.sunilkumar.toasterlibrary " >
3
+ package =" com.sunilk9211.toastit " >
4
4
5
5
</manifest >
Original file line number Diff line number Diff line change 1
- package com.sunilkumar.toasterlibrary
1
+ package com.sunilk9211.toastit
2
2
3
3
object ToastAt {
4
4
const val LEFT = " left"
Original file line number Diff line number Diff line change 1
- package com.sunilkumar.toasterlibrary
1
+ package com.sunilk9211.toastit
2
2
3
3
import android.graphics.Color
4
4
import android.graphics.drawable.ColorDrawable
@@ -13,7 +13,7 @@ import android.view.WindowManager
13
13
import android.widget.TextView
14
14
import androidx.cardview.widget.CardView
15
15
import androidx.fragment.app.DialogFragment
16
- import androidx.fragment.app.FragmentManager
16
+ import com.sunilkumar.toasterlibrary.R
17
17
import kotlinx.coroutines.CoroutineScope
18
18
import kotlinx.coroutines.Dispatchers
19
19
import kotlinx.coroutines.delay
Original file line number Diff line number Diff line change 1
- package com.sunilkumar.toasterlibrary
1
+ package com.sunilk9211.toastit
2
2
3
3
import androidx.fragment.app.FragmentManager
4
4
Original file line number Diff line number Diff line change 1
- package com.sunilkumar.toasterlibrary
1
+ package com.sunilk9211.toastit
2
2
3
3
import org.junit.Test
4
4
You can’t perform that action at this time.
0 commit comments