0

我的布局中有一个 textView 我希望它显示它背后的内容,但仍然具有阴影效果。

有任何想法吗?

4

1 回答 1

0

textView 中的这个阴影并且还设置了背景透明。

<TextView android:layout_width="fill_parent" android:shadowRadius="2"  android:shadowColor="#0000ff"
              android:shadowDx="2"
              android:shadowDy="4" android:id="@+id/EditText01" android:layout_height="wrap_content" />

谢谢。

于 2012-10-24T06:44:23.543 回答