Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Far5had70 committed Mar 18, 2019
1 parent e710461 commit c53e1c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:


```gradle
dependencies {
implementation 'com.github.Far5had70:Falert:3.1.0'
implementation 'com.github.Far5had70:Falert:3.2.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions falert/src/main/res/layout/layout_falert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
android:text="انصراف"
android:textColor="@color/falert_white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintStart_toEndOf="@+id/falert_positive_button"
app:layout_constraintTop_toTopOf="parent"/>


<TextView
Expand All @@ -89,7 +89,7 @@
android:text="تائید"
android:textColor="@color/falert_white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/falert_negative_button"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />


Expand Down

0 comments on commit c53e1c7

Please sign in to comment.