feat: settings to recycler view
This commit is contained in:
parent
108285021e
commit
820a09b28f
5 changed files with 246 additions and 511 deletions
10
app/src/main/java/ani/dantotsu/settings/Settings.kt
Normal file
10
app/src/main/java/ani/dantotsu/settings/Settings.kt
Normal file
|
@ -0,0 +1,10 @@
|
|||
package ani.dantotsu.settings
|
||||
|
||||
import android.app.Activity
|
||||
|
||||
data class Settings(
|
||||
val name : String,
|
||||
val icon : Int,
|
||||
val desc: String,
|
||||
val activity: Class<out Activity>
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue