Commit c6043783 authored by Amin's avatar Amin

fix sync alert button padding

parent 2c5c9df7
......@@ -213,7 +213,7 @@
<Button
android:id="@+id/no_button"
android:layout_width="165dp"
android:layout_width="150dp"
android:layout_height="64dp"
android:layout_marginEnd="10dp"
android:backgroundTint="@color/white"
......@@ -228,7 +228,7 @@
<Button
android:id="@+id/yes_button"
android:layout_width="165dp"
android:layout_width="150dp"
android:layout_height="64dp"
android:backgroundTint="@color/primary"
android:clickable="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment