Set more generic Type
This commit is contained in:
parent
2b661013bd
commit
ba87ba1291
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class ElementArrayAdapter extends ArrayAdapter<String> {
|
|||
TextView textView = (TextView) rowView.findViewById(R.id.textFieldName);
|
||||
textView.setText(fields.get(position));
|
||||
if(values != null){
|
||||
EditText textFieldName = (EditText) rowView.findViewById(R.id.editFieldValue);
|
||||
TextView textFieldName = (TextView) rowView.findViewById(R.id.editFieldValue);
|
||||
textFieldName.setText(values.get(position));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue