kotlin
This commit is contained in:
parent
d1b2fa207c
commit
80de823bfa
1 changed files with 3 additions and 10 deletions
|
@ -257,16 +257,9 @@ class DashPodHistoryActivity : NoSplashAppCompatActivity() {
|
||||||
}
|
}
|
||||||
|
|
||||||
inner class HistoryViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
|
inner class HistoryViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
|
||||||
|
val timeView: TextView = itemView.findViewById<TextView>(R.id.omnipod_history_time)
|
||||||
val timeView: TextView
|
val typeView: TextView = itemView.findViewById<TextView>(R.id.omnipod_history_source)
|
||||||
val typeView: TextView
|
val valueView: TextView = itemView.findViewById<TextView>(R.id.omnipod_history_description)
|
||||||
val valueView: TextView
|
|
||||||
|
|
||||||
init {
|
|
||||||
timeView = itemView.findViewById<TextView>(R.id.omnipod_history_time)
|
|
||||||
typeView = itemView.findViewById<TextView>(R.id.omnipod_history_source)
|
|
||||||
valueView = itemView.findViewById<TextView>(R.id.omnipod_history_description)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue