day3_commit.1.3_push_to_main
This commit is contained in:
parent
44e17c69de
commit
333d9d6227
@ -15,7 +15,7 @@ class AccessLogAdapter(private val accessLogs: List<AccessLog>) : RecyclerView.A
|
|||||||
val readerId: TextView = itemView.findViewById(R.id.reader_id)
|
val readerId: TextView = itemView.findViewById(R.id.reader_id)
|
||||||
val accessType: TextView = itemView.findViewById(R.id.access_type)
|
val accessType: TextView = itemView.findViewById(R.id.access_type)
|
||||||
}
|
}
|
||||||
|
//.
|
||||||
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): AccessLogViewHolder {
|
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): AccessLogViewHolder {
|
||||||
val view = LayoutInflater.from(parent.context).inflate(R.layout.item_access_log, parent, false)
|
val view = LayoutInflater.from(parent.context).inflate(R.layout.item_access_log, parent, false)
|
||||||
return AccessLogViewHolder(view)
|
return AccessLogViewHolder(view)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user