mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
revert back to old map style UI
This commit is contained in:
parent
07cc8ce701
commit
b9ae181ee4
8 changed files with 10 additions and 229 deletions
|
|
@ -1,3 +0,0 @@
|
|||
package com.geeksville.mesh.model.map
|
||||
|
||||
data class ChildData(val childTitle: String)
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
package com.geeksville.mesh.model.map
|
||||
|
||||
object Constants {
|
||||
const val PARENT = 0
|
||||
const val CHILD = 1
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
package com.geeksville.mesh.model.map
|
||||
|
||||
data class MapParentData(
|
||||
val title: String? = null,
|
||||
var type:Int = Constants.PARENT,
|
||||
var subList: MutableList<ChildData> = ArrayList(),
|
||||
var isExpanded: Boolean = false
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue