Commit 6c8ac863 by Daniel Dahan

update pulse in MaterialPulseCollectionViewCell

parent ca8f441d
......@@ -445,12 +445,12 @@ public class MaterialPulseCollectionViewCell : UICollectionViewCell {
:name: prepareView
*/
public func prepareView() {
userInteractionEnabled = MaterialTheme.flatButton.userInteractionEnabled
backgroundColor = MaterialTheme.flatButton.backgroundColor
userInteractionEnabled = MaterialTheme.pulseCollectionView.userInteractionEnabled
backgroundColor = MaterialTheme.pulseCollectionView.backgroundColor
shadowColor = MaterialTheme.flatButton.shadowColor
zPosition = MaterialTheme.flatButton.zPosition
borderColor = MaterialTheme.flatButton.bordercolor
shadowColor = MaterialTheme.pulseCollectionView.shadowColor
zPosition = MaterialTheme.pulseCollectionView.zPosition
borderColor = MaterialTheme.pulseCollectionView.bordercolor
prepareVisualLayer()
preparePulseLayer()
......
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