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 中选择是否包含阴影?
我只知道你可以设置一个 int 但 setShadowLayer 方法需要几个参数....
您是对的,无法通过小部件使用的 RemoveViews 类调用 setShadowLayer() 。但是,在您的情况下,一种解决方案是为您希望能够设置阴影的每个 TextView 定义 2 个 TextView。一个 TextView 将有阴影,而另一个则没有。然后在小部件初始化期间,根据您的用户偏好隐藏相应的 TextView。