Commit fe42cc9b by Lee Jaebin

#35133 カテゴリ一覧画面の作業数について「()」をつけるように対応

parent 98947b76
......@@ -68,7 +68,7 @@ public class HierarchyOperationGroupListAdapter extends BaseAdapter {
holder.nextLevel.setVisibility(View.INVISIBLE);
}
// 作業数
holder.itemCount.setText("" + mOperationCounts[position]);
holder.itemCount.setText("(" + mOperationCounts[position] + ")");
return convertView;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment