songjunekeun 5 years ago
parent
commit
557eff8e7f

+ 1 - 1
app/src/main/java/com/dbs/mplus/knuh/adapter/ConsentHistoryAdapter.java

@@ -133,7 +133,7 @@ public class ConsentHistoryAdapter extends RecyclerView.Adapter<ConsentHistoryAd
         ConsentFacade consentFacade = new ConsentFacade(mContext);
         consentFacade.startConsent(map, certPass);
       } else if (holder.tvSubText == v) {
-        
+
       }
 
 

+ 1 - 1
app/src/main/java/com/dbs/mplus/knuh/adapter/PatientListAdapter.java

@@ -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));