你可以使用这样的东西来制作阴影,它可以工作
<TextView
android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
android:shadowColor="#555555"
android:shadowDx="5.0"
android:shadowDy="5.0"
android:shadowRadius="3.0"
/>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
1585 次 |
最近记录: |