更改套件名稱
This commit is contained in:
parent
f00517ddd2
commit
0b5b285ca6
@ -4,11 +4,11 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.ray650128.easywindowtest"
|
||||
namespace = "com.ray650128.floatingwindow"
|
||||
compileSdk = 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.ray650128.easywindowtest"
|
||||
applicationId = "com.ray650128.floatingwindow"
|
||||
minSdk = 26
|
||||
targetSdk = 33
|
||||
versionCode = 1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
@ -1,9 +1,8 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import android.view.Gravity
|
||||
import android.view.MotionEvent
|
||||
import android.view.WindowManager
|
||||
import androidx.core.view.GravityCompat
|
||||
import com.hjq.window.EasyWindow
|
||||
|
||||
object FloatingWindowHelper {
|
||||
@ -1,4 +1,4 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
@ -7,15 +7,8 @@ import android.net.Uri
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import android.os.Bundle
|
||||
import android.provider.Settings
|
||||
import android.util.Log
|
||||
import android.view.Gravity
|
||||
import android.view.MotionEvent
|
||||
import android.view.View
|
||||
import android.view.WindowManager
|
||||
import android.widget.TextView
|
||||
import androidx.activity.result.contract.ActivityResultContracts
|
||||
import com.hjq.window.EasyWindow
|
||||
import com.ray650128.easywindowtest.databinding.ActivityMainBinding
|
||||
import com.ray650128.floatingwindow.databinding.ActivityMainBinding
|
||||
|
||||
class MainActivity : AppCompatActivity() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import android.app.Application
|
||||
import android.content.Context
|
||||
@ -1,4 +1,4 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import android.content.Context
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import android.os.Bundle
|
||||
import android.view.View
|
||||
import android.widget.AdapterView
|
||||
import androidx.core.widget.addTextChangedListener
|
||||
import com.ray650128.easywindowtest.databinding.ActivitySettingBinding
|
||||
import com.ray650128.floatingwindow.databinding.ActivitySettingBinding
|
||||
|
||||
class SettingActivity : AppCompatActivity() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.ray650128.easywindowtest
|
||||
package com.ray650128.floatingwindow
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user