|
@@ -96,7 +96,7 @@ public class PatientListAdapter extends RecyclerView.Adapter<PatientListAdapter.
|
|
|
holder.tvWard.setText(roomCd);
|
|
|
|
|
|
if (rowIndex == holder.position && click == true) {
|
|
|
- holder.listLayer.setBackgroundColor(mActivity.getColor(R.color.patientInfo));
|
|
|
+ holder.listLayer.setBackgroundColor(mActivity.getColor(R.color.commonColor));
|
|
|
holder.tvPid.setTextColor(mActivity.getColor(R.color.white));
|
|
|
holder.tvFsex.setTextColor(mActivity.getColor(R.color.white));
|
|
|
holder.tvDept.setTextColor(mActivity.getColor(R.color.white));
|