是否可以为 TextView 中的文本添加效果?
在我的启动屏幕中,我有一个 TextView,它显示应用程序的名称。是否可以为此文本添加效果(例如阴影)?
In my splash screen I have a TextView that it shows the name of application. Is it possible to add effect(s) (for example shade) to this text?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以用这样的东西来放置阴影,它可以工作
You can use something like this to put the shadow, it works
是的,当然,您可以使用微光效果使您的启动画面更具创新性。
如果你实现了,那么启动屏幕上的应用程序名称将会有从左到右的发光效果。
你可以看看我对这个效果的回答。
https://stackoverflow.com/a/34327956/2022000
Yes of-course you can make your splash screen more innovative with Shimmer Effect.
If you implement then name of application on splash screen will have glow effect from left to right.
You can see my answer for this effect.
https://stackoverflow.com/a/34327956/2022000