Commit abfec579 authored by topjohnwu's avatar topjohnwu

Move files around

parent 470fc97d
......@@ -14,9 +14,9 @@ import androidx.navigation.NavController
import androidx.navigation.NavDirections
import androidx.navigation.fragment.NavHostFragment
import com.topjohnwu.magisk.BR
import com.topjohnwu.magisk.arch.inflater.LayoutInflaterFactory
import com.topjohnwu.magisk.core.Config
import com.topjohnwu.magisk.core.base.BaseActivity
import com.topjohnwu.magisk.ui.inflater.LayoutInflaterFactory
import com.topjohnwu.magisk.ui.theme.Theme
abstract class BaseUIActivity<VM : BaseViewModel, Binding : ViewDataBinding> :
......
package com.topjohnwu.magisk.ui.inflater
package com.topjohnwu.magisk.arch.inflater
import android.content.Context
import android.util.AttributeSet
......
@file:Suppress("unused")
package com.topjohnwu.magisk.ui.inflater
package com.topjohnwu.magisk.arch.inflater
import android.annotation.SuppressLint
import android.annotation.TargetApi
......@@ -281,4 +281,4 @@ fun View.setInitialMargin(left: Int, top: Int, right: Int, bottom: Int) {
fun View.setInitialMarginRelative(start: Int, top: Int, end: Int, bottom: Int) {
windowInsetsHelper?.setInitialMarginRelative(start, top, end, bottom)
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment