可以在通知中旋转ImageView吗?

时间:2018-03-29 12:10:23

标签: java android

我有图片通知。现在我想更新通知和旋转图像,但我的方法不起作用:

RemoteViews notificationLayoutExpanded = new RemoteViews(packageName, R.layout.notification_expanded);

// ...

notificationLayoutExpanded.setInt(R.id.notification_arrow, "setRotation", 90);

它抛出:

android.widget.RemoteViews$ActionException: view: android.widget.ImageView doesn't have method: setRotation(int)

有什么想法吗?

0 个答案:

没有答案
相关问题