static String foldImg(bool hideDetail) { return hideDetail ? 'ic_detail_unfold.png' : 'ic_detail_fold.png'; }