Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuce committed Nov 19, 2020
2 parents b3be27f + 98996d0 commit 66f7d4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StyleR
image::images/logo.png[]

image::https://img.shields.io/badge/version-1.0.2-green.svg[]
image::https://img.shields.io/badge/version-1.0.3-green.svg[]
image::https://img.shields.io/badge/minSDK-16-yellow.svg[]
image::https://img.shields.io/:license-Apache%202.0-red.svg[]

Expand Down Expand Up @@ -28,7 +28,7 @@ Simply StyleR allows you to set view styles programmatically.

image::images/styler_sample.gif[200,300]

link:https://github.com/mayuce/StyleR/wiki/Styling-The-Views[See Styling The Views wiki to understand].
link:https://github.com/mayuce/StyleR/wiki/2.-Styling-The-Views[See Styling The Views wiki to understand].

## HOW TO ADD YOUR PROJECT

Expand Down Expand Up @@ -66,7 +66,7 @@ App level link:https://github.com/mayuce/StyleR/blob/master/app/build.gradle[bui
```java
dependecies {
...
implementation 'com.github.mayuce:StyleR:1.0.2'
implementation 'com.github.mayuce:StyleR:1.0.3'
...
}
```
Expand Down Expand Up @@ -146,10 +146,12 @@ styler from there.

link:https://github.com/mayuce/StyleR/blob/master/app/src/main/java/com/labters/stylerdemo/styler/AppStyleR.kt[See the example.]

Please see sample app module to understand how it using or link:https://github.com/mayuce/StyleR/wiki/Attributes[see Attributes wiki].
Please see sample app module to understand how it using or link:https://github.com/mayuce/StyleR/wiki/3.-Attributes[see Attributes wiki].

## StyleR Attributes

link:https://github.com/mayuce/StyleR/wiki/Attributes[See Attributes wiki].
link:https://github.com/mayuce/StyleR/wiki/3.-Attributes[See Attributes wiki].

If you liked my work please don't forget to *endorse* me from link:https://www.linkedin.com/in/mayuce[LinkedIn]


0 comments on commit 66f7d4b

Please sign in to comment.