private void UpdateDesignForSelectedState() { MedicineView.BackgroundColor = UIColor.FromRGB((byte)231, (byte)255, (byte)255); MedicineView.AddBorder(UIColor.FromRGB((byte)226, (byte)226, (byte)226), 20); MedicineView.AddShadow(UIColor.FromRGB((byte)210, (byte)210, (byte)210), 4, 2, 0); }
private void UpdateDesignForNormalState() { MedicineView.BackgroundColor = UIColor.White; MedicineView.AddBorder(UIColor.White, 20); MedicineView.AddShadow(UIColor.FromRGB((byte)175, (byte)175, (byte)175), 4, 0, 0); }