본문 바로가기

OS/Android

Android RemoteViews Support View

반응형

RemoteView을 사용할 때 위젯과 뷰그룹 제한이 있다는 것을 이번에 알았다.

기존 LinearLayout을 ConstraintLayout으로 변경했다가 30분 동안 삽질했음..

 

RemoteViews에서 지원하는 뷰와 위젯들이다.

A class that describes a view hierarchy that can be displayed in another process. The hierarchy is inflated from a layout resource file, and this class provides some basic operations for modifying the content of the inflated hierarchy.

RemoteViews is limited to support for the following layouts:

And the following widgets:

Descendants of these classes are not supported.

반응형