### Define BezierLoadingView in XML Layout Source: https://github.com/jeasonwong/bezierloadingview/blob/master/README.md This XML snippet demonstrates how to declare the BezierLoadingView in an Android layout file. It shows how to customize its appearance using attributes like animation duration, start and end colors, and internal and external radii. ```xml ``` -------------------------------- ### BezierLoadingView Project License Source: https://github.com/jeasonwong/bezierloadingview/blob/master/README.md This snippet provides the full text of the Apache License, Version 2.0, under which the BezierLoadingView project is distributed. It outlines the terms and conditions for using, reproducing, and distributing the software. ```license Copyright [2016] [JeasonWong of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` -------------------------------- ### BezierLoadingView XML Attributes Reference Source: https://github.com/jeasonwong/bezierloadingview/blob/master/README.md This section documents the customizable XML attributes available for the BezierLoadingView, providing details on their format and purpose for configuring the loading animation's appearance and behavior. ```APIDOC lv_external_radius: dimension - set external circle radius lv_internal_radius: dimension - set internal circle radius lv_duration: integer - set animation duration lv_start_color: color - set start color lv_end_color: color - set end color ``` -------------------------------- ### Add BezierLoadingView Dependency to Gradle Source: https://github.com/jeasonwong/bezierloadingview/blob/master/README.md This Gradle snippet adds the BezierLoadingView library as a compile-time dependency to your Android project, allowing you to integrate and use the custom loading view. ```gradle dependencies { compile 'me.wangyuwei:LoadingiVew:1.0.5' } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.