zienaa
zienaa

Reputation: 17

android add more button like that in the contacts application

Am working with an application that contains a form filling with a contact information, and the contact may has many phone numbers, I added many edit texts to enter those phones and a button near the first one which show the next edit text when the user press on it

The problem is I don't know what to write inside the on click listener of that button, I only want to show and hide the edit texts such that in the contacts application

Upvotes: 0

Views: 279

Answers (1)

user529543
user529543

Reputation:

You can use Invisible and Gone at Visiblity. The Gone it will hide AND remove his place. Take a look here

Upvotes: 1

Related Questions