Don't change text view style when parsing shared with members. Why was that ever there?

pull/14/head
Sam Bosley 13 years ago
parent 6cee41ac9a
commit cdc403827b

@ -207,7 +207,6 @@ public class PeopleContainer extends LinearLayout {
JSONArray peopleList = new JSONArray(); JSONArray peopleList = new JSONArray();
for(int i = 0; i < getChildCount(); i++) { for(int i = 0; i < getChildCount(); i++) {
TextView textView = getTextView(i); TextView textView = getTextView(i);
textView.setTextAppearance(activity, android.R.style.TextAppearance_Medium_Inverse);
String text = textView.getText().toString(); String text = textView.getText().toString();
if(text.length() == 0) if(text.length() == 0)

Loading…
Cancel
Save