test commit

This commit is contained in:
Dennis Thießen
2015-11-22 13:47:09 +01:00
parent 0acb10e524
commit d9b9add7aa

View File

@@ -55,7 +55,6 @@ public class ReportListAdapter extends BaseAdapter {
TextView categoryText = (TextView) vi.findViewById(R.id.txt_reportlist_lvrow_category); TextView categoryText = (TextView) vi.findViewById(R.id.txt_reportlist_lvrow_category);
LinearLayout ll = (LinearLayout) vi.findViewById(R.id.lay_reportlist_color); LinearLayout ll = (LinearLayout) vi.findViewById(R.id.lay_reportlist_color);
try { try {
itemText.setText(data.get(position).getString("text_long")); itemText.setText(data.get(position).getString("text_long"));
titleText.setText(data.get(position).getString("created_at")+" : "+data.get(position).getString("text_short")); titleText.setText(data.get(position).getString("created_at")+" : "+data.get(position).getString("text_short"));