mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +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.