# BubbleLayout **Repository Path**: HarmonyOS-tpc/BubbleLayout ## Basic Information - **Project Name**: BubbleLayout - **Description**: Bubble Component for openharmony with custom stroke width and color, arrow size, position and direction. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: harmonyos-layout **Tags**: None ## README # BubbleLayout Bubble Component for openharmony with custom stroke width and color, arrow size, position and direction.
BubbleLayout Extends the StackLayout. # Gradle Dependency ```groovy dependencies { implementation "io.openharmony.tpc.thirdlib:BubbleLayout:1.0.2" } ``` # Basic Usage Include the BubbleLayout widget in your layout. ```xml ``` # Attributes There are several attributes you can set: | attr | description | |:---|:---| | bl_arrowWidth | Width of the arrow, default 8vp | | bl_arrowHeight | Height of the arrow, default 8vp | | bl_arrowPosition | Position of the arrow, default 12vp | | bl_cornersRadius | Corner radius of the BubbleLayout, default vpp | | bl_bubbleColor | Color of the BubbleLayout, default WHITE | | bl_strokeWidth | Width of the stroke, default 0vp | | bl_strokeColor | Color of the stroke, default GLAY | | bl_arrowDirection | Drawing position of the arrow : 'left' or 'top' or 'right' or 'bottom' or 'left_center' or 'top_center' or 'right_center' or 'bottom_center' default 'left' | # Samples ```xml ``` ```xml ``` ``` # License Copyright 2016 MasayukiSuda MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.