mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
Android's `View` has multiple constructors. Currently only `ServoView(Context, AttributeSet)` is available. This constructor is usually used by Android when inflating a View from a layout XML file. However when creating the `View` in code no `AttributeSet` is available.