diff --git a/mobile/com.sap.sailing.android.shared/res/layout/fragment_about.xml b/mobile/com.sap.sailing.android.shared/res/layout/fragment_about.xml
index 7045a25d7ea..3e044664cbd 100644
--- a/mobile/com.sap.sailing.android.shared/res/layout/fragment_about.xml
+++ b/mobile/com.sap.sailing.android.shared/res/layout/fragment_about.xml
@@ -1,7 +1,7 @@
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
-
+ android:layout_centerHorizontal="true"
+ android:layout_marginBottom="@dimen/about_button_top_bottom_margin"
+ android:layout_marginLeft="@dimen/about_button_side_margin"
+ android:layout_marginRight="@dimen/about_button_side_margin"
+ android:layout_marginTop="@dimen/about_button_top_bottom_margin"
+ android:background="@drawable/rounded_btn_yellow"
+ android:text="@string/licence_information"
+ android:textAllCaps="false"
+ android:textSize="@dimen/about_button_text_size"
+ android:textStyle="bold"/>
-
+ android:layout_centerHorizontal="true"
+ android:layout_marginBottom="@dimen/about_button_top_bottom_margin"
+ android:layout_marginLeft="@dimen/about_button_side_margin"
+ android:layout_marginRight="@dimen/about_button_side_margin"
+ android:layout_marginTop="@dimen/about_button_top_bottom_margin"
+ android:background="@drawable/rounded_btn_yellow"
+ android:text="@string/eula"
+ android:textAllCaps="false"
+ android:textSize="@dimen/about_button_text_size"
+ android:textStyle="bold"/>
\ No newline at end of file
diff --git a/mobile/com.sap.sailing.android.shared/res/values/dimens.xml b/mobile/com.sap.sailing.android.shared/res/values/dimens.xml
index 052236e6f2b..e25f7d5ef12 100644
--- a/mobile/com.sap.sailing.android.shared/res/values/dimens.xml
+++ b/mobile/com.sap.sailing.android.shared/res/values/dimens.xml
@@ -24,4 +24,10 @@
16dp
+
+ 10dp
+ 16dp
+ 80dp
+ 18sp
+
\ No newline at end of file