test commit
This commit is contained in:
@@ -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"));
|
||||||
|
|||||||
Reference in New Issue
Block a user