diff --git a/app/src/main/res/layout/activity_match.xml b/app/src/main/res/layout/activity_match.xml
index b9c6939..f3995e9 100644
--- a/app/src/main/res/layout/activity_match.xml
+++ b/app/src/main/res/layout/activity_match.xml
@@ -92,7 +92,6 @@
app:layout_constraintStart_toEndOf="@+id/imgService0"
app:layout_constraintTop_toTopOf="parent"
tools:text="@string/button_text" android:layout_margin="8dp" android:layout_weight="1"
- android:clickable="true" android:focusableInTouchMode="true"
android:theme="@style/ScoreButton"/>
+ android:layout_marginLeft="16dp" android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp" app:layout_constraintEnd_toEndOf="parent"
+ android:layout_marginRight="16dp"/>