# RichButtons
**Repository Path**: applibgroup/RichButtons
## Basic Information
- **Project Name**: RichButtons
- **Description**: 'RichButtons' is a set of button styles for HMOS applications.
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-16
- **Last Updated**: 2022-01-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://github.com/applibgroup/RichButtons/actions/workflows/main.yml)
[](https://sonarcloud.io/dashboard?id=applibgroup_RichButtons)
# Wearable Reply
## Introduction:
'RichButtons' is a set of button styles for openharmony applications. All of the styles are made of XML.
# Source
This library has been inspired by [ksoichiro//RichButtons](https://github.com/ksoichiro/RichButtons).
## Usage:
#Blue
#Purple
#Green
#Yellow
#Red
Note: xml based gradient updation is currently not available.
## Installation instructions:
```
Method 1:
Generate the .har package through the library and add the .har package to the libs folder.
Add the following code to the entry gradle:
implementation fileTree (dir: 'libs', include: ['*.jar', '*.har'])
Method 2:
allprojects{
repositories{
mavenCentral()
}
}
implementation 'dev.applibgroup:richbutton:1.0.0'
```
## License
Copyright (c) 2013 Soichiro Kashima.
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.