forked from melod1n/fast-messenger
Dark theme
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.meloda.fast.widget
|
||||
|
||||
import android.content.Context
|
||||
import android.util.AttributeSet
|
||||
import androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
class RecyclerView @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0
|
||||
) : RecyclerView(context, attrs, defStyleAttr) {
|
||||
|
||||
var noItemsView: NoItemsView? = null
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user