Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aliab committed Jan 22, 2017
2 parents 276083e + 85dcce7 commit 2984698
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MaterialSpinner
# RTL Material Spinner
[![](https://jitpack.io/v/hamsaadev/RTLMaterialSpinner.svg)](https://jitpack.io/#hamsaadev/RTLMaterialSpinner)

![Hero Image](https://raw.githubusercontent.com/hamsaadev/RTLMaterialSpinner/master/screenshots/splash.jpg)

Expand All @@ -9,9 +10,7 @@ This library provides you an RTL Spinner with the Material style. You can use it
Add floating label text, hint and error messages.

## برای دوستان فارسی زبان

ما در همسا همیشه سعی میکنم که حداقل سهم کوچکی در توسعه نرم افزار های فارسی داشته باشیم. به همین دلیل خوشحال میشویم که هر آنچه که ساخته ایم را با دیگران به اشتراک بگذاریم تا بتوانیم آینده ای بهتر را همه در کنار هم بسازیم. اگر ایده ای دارید یا این کد ها را بهبود داده اید٬ بسیار خوشحال میشویم که درخواست pr شما را بپذیریم.

ما در همسا همیشه سعی میکنیم که حداقل سهم کوچکی در توسعه نرم افزار های فارسی داشته باشیم. به همین دلیل خوشحال میشویم که هر آنچه که ساخته ایم را با دیگران به اشتراک بگذاریم تا بتوانیم آینده ای بهتر را همه در کنار هم بسازیم. اگر ایده ای دارید یا این کد ها را بهبود داده اید٬ بسیار خوشحال میشویم که درخواست بهبود کد ها از شما را بپذیریم.

## Usages

Expand All @@ -31,13 +30,13 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
compile ''
compile 'com.github.hamsaadev:RTLMaterialSpinner:V1.0'
}
```

If you use other libraries requiring nineoldandroids and appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them :
```groovy
compile (''){
compile ('com.github.hamsaadev:RTLMaterialSpinner:V1.0'){
exclude group: 'com.nineoldandroids', module: 'library'
exclude group: 'com.android.support', module: 'appcompat-v7'
}
Expand Down Expand Up @@ -85,6 +84,10 @@ If you need to set an error message, you can do it the same way than with an Edi
spinner.setError(null);
```

## CREDITS
* Special Thanks to [MaterialSpinner](https://github.com/ganfra/MaterialSpinner).


## License
```
Expand Down

0 comments on commit 2984698

Please sign in to comment.