Nice example! :)
I thought that phone itself is picture but after looking at code realized that it is actually completely vector graphics!
You identified a few��encountered��issues. Could you describe them in more details and explain why the yare issues for you?
For example, why you see an issue that padding and margin only work with��BlLinearLayoutParams? (maybe you mistyped, margin and padding work only depending on layout. they��only ��make sense to some spefici layouts)
- in major cases, a BlElement must have a BlLinearLayoutParams to work well
- margin and padding work only with BlLinearLayoutParams
- stroke's width is not included in the inner bounds (already mentioned in a��previous post)��
��
- some problems with alignment in specific cases
Maybe a bug. Could you post an example?
��- no SVG support
Exactly, it is not implemented ;)
Thanks, keep it up!