Skip to content

Commit

Permalink
add loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Far5had70 committed Jan 2, 2019
1 parent 851ad94 commit d5a1727
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Falert

<img src="https://raw.githubusercontent.com/Far5had70/Falert/master/recorded.gif" height="480" width="270">
<img src="https://raw.githubusercontent.com/Far5had70/Falert/master/screen_record.gif" height="480" width="270">

Falert is a beautiful dialog for Android.

Expand Down Expand Up @@ -34,7 +34,7 @@ Add it in your root build.gradle at the end of repositories:

```gradle
dependencies {
implementation 'com.github.Far5had70:Falert:2.0.0'
implementation 'com.github.Far5had70:Falert:3.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ private void singleAction() {
.customView(customView)
.setAutoDismiss(true)
.setSingleButtonBackground(getResources().getColor(R.color.falert_white))
.setStrokeSingleButtonColor(getResources().getColor(R.color.falert_green))
.setSingleButtonTextColor(getResources().getColor(R.color.falert_green))
.setPositiveText("تایید")
.setHeaderIcon(getResources().getDrawable(R.drawable.luncher))
Expand Down
Binary file removed recorded.gif
Binary file not shown.
Binary file added screen_record.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5a1727

Please sign in to comment.