Code alignment in Android Studio - string values to TextViews

PHOTO EMBED

Mon Aug 16 2021 07:49:39 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

date.text = string(R.string.attendance_detail_header_date)
category.text = string(R.string.attendance_detail_header_category)
time.text = string(R.string.attendance_detail_header_time)
duration.text = string(R.string.attendance_detail_header_duration)
shift.text = string(R.string.attendance_detail_header_time)
arrival.text = string(R.string.attendance_detail_header_arrival)
content_copyCOPY