mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00

It comes with a major refactoring of the BorderDrawable. Now all Paths are cached not to regenerate them on every draw pass. Also it is important to understand that the clipping feature on android comes at a cost. It will be done only when truelly necessary. but with complex paths ((border radius > 0 && border non uniform) || border-width >0) then we must apply a costly drawing pass (though hardware accelerated) to accomplish it.
Android
This directory contains an Android Studio project.
How to open?
- In Android Studio choose: File -> Open
- Navigate to
tns-core-modules-widgets/android/
folder - On the left side of the screen choose the Project tab and select
widgets
How to build?
- On the right side of the screen choose the Gradle tab
- Navigate to
android/widgets/Tasks/build/
- Execute the
assembleRelease
task - Output will be in
./android/widgets/build/outputs/