forked from melod1n/fast-messenger
Dark theme
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.meloda.fast.base
|
||||
|
||||
import android.view.View
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
|
||||
abstract class BaseActivity : AppCompatActivity() {
|
||||
|
||||
fun getRootView(): View {
|
||||
return findViewById(android.R.id.content)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user