I am porting an app from iPhone to Android and I was wondering what the best way was to make this screen in Android?

The places where it sais “optioneel” and where the phonenumbers are must be editable like this:

This is what I’ve come up with so far:

So how can I make these ‘editable listview’ things in Android?
I think you can use a normal EditText element and apply a plain white images as background.