Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的布局中有一个 textView 我希望它显示它背后的内容,但仍然具有阴影效果。
有任何想法吗?
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" />
谢谢。