diff --git a/.idea/misc.xml b/.idea/misc.xml
index b0c7b20..cc04cd3 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,7 +5,7 @@
diff --git a/README.md b/README.md
index 36f1087..4d77111 100644
--- a/README.md
+++ b/README.md
@@ -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'
}
```
diff --git a/falert/src/main/res/layout/layout_falert.xml b/falert/src/main/res/layout/layout_falert.xml
index 3b2ebdd..e09dd18 100644
--- a/falert/src/main/res/layout/layout_falert.xml
+++ b/falert/src/main/res/layout/layout_falert.xml
@@ -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"/>