我试图将elevation
提供给cardview
的角落。我的要求是elevation
不应该在cardview
的中间生效。它应该只影响如下图所示的角落。
如图所示,在cardview
elevation
的中间,角落应为零,应该有一些elevation
(例如:
elevation:4dp
)
这是我到目前为止尝试的代码
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:background="@null"
android:gravity="center"
card_view:cardBackgroundColor="@android:color/white"
card_view:cardCornerRadius="4dp"
card_view:cardElevation="3dp">
答案 0 :(得分:1)
尝试设置console.log('Inside EmailREST Promise: ');
所以你的xml应该是这样的:
card_view:cardUseCompatPadding="true"