Skip to content

Commit c427a26

Browse files
authored
Update README.md
1 parent 19d9ffb commit c427a26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Build](https://github.com/applibgroup/materialfancybuttons/actions/workflows/main.yml/badge.svg)](https://github.com/applibgroup/materialfancybuttons/actions/workflows/main.yml)
2+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=applibgroup_MaterialFancyButtons&metric=alert_status)](https://sonarcloud.io/dashboard?id=applibgroup_MaterialFancyButtons)
3+
14
# MaterialFancyButtons
25

36
MaterialFancyButtons is a library that provides highly customizable buttons, with options to include icons made of Element graphics or icon-fonts loaded from font files. Using this library, one can effortlessly design attractive and aesthetic buttons to go along with the theme of the UI. It supports 21 precompiled icon-fonts and provides an interface to easily include new fonts.
@@ -76,6 +79,14 @@ The Button can be created using XML code with supported XML attributes or instan
7679
}
7780
```
7881

82+
3. For using MaterialFancyButtons from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
83+
```
84+
dependencies {
85+
implementation 'dev.applibgroup:materialfancybutton:1.0.0'
86+
testCompile 'junit:junit:4.12'
87+
}
88+
```
89+
7990
### Adding Icon-Font Modules
8091

8192
1. For using any of the precompiled icon-font libraries in sample app, include the source code for the icon font libraries required and add the required dependencies from below list in entry/build.gradle to generate hap/support.har.

0 commit comments

Comments
 (0)