我的CardView
cardBackgroundColor
设置为透明。并cardElevation
设置为3dp
在CardView
中,它有一个ImageView
。我想知道为什么ImageView
上没有阴影。
注意:我故意将ImageView
包裹在CardView
内以在Pre Lollipop设备上生成阴影,但它似乎无法正常工作。
请问好吗?
答案 0 :(得分:0)
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js').then(function(registration) {
// Registration was successful
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}).catch(function(err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
});
}