Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSP-890 [Android] Manage Tags - edit tag #197

Merged
merged 1 commit into from
Mar 29, 2023
Merged

VSP-890 [Android] Manage Tags - edit tag #197

merged 1 commit into from
Mar 29, 2023

Conversation

v-rusu
Copy link
Collaborator

@v-rusu v-rusu commented Mar 21, 2023

No description provided.

RecyclerView.ViewHolder(inflater.inflate(R.layout.item_manage_tag, parent, false)) {

private var tagName: Chip? = null
private var editButton: ImageButton? = null

init {
tagName = itemView.findViewById(R.id.tagChip)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still have chips?

@v-rusu v-rusu merged commit 9295898 into Manage-Tags Mar 29, 2023
@v-rusu v-rusu deleted the vsp-890 branch March 29, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants