diff --git a/app/src/main/res/layout-land/fragment_route_detail.xml b/app/src/main/res/layout-land/fragment_route_detail.xml index ff7d785..af51f6b 100644 --- a/app/src/main/res/layout-land/fragment_route_detail.xml +++ b/app/src/main/res/layout-land/fragment_route_detail.xml @@ -13,7 +13,6 @@ android:layout_height="wrap_content" android:layout_margin="10dp" android:background="@drawable/ic_back_button_24" - android:text="Back" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -61,8 +60,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="20dp" - android:text="Start Route" - android:textSize="50dp" + android:text="@string/start_route" + android:textSize="50sp" android:id="@+id/startRouteText" app:layout_constraintTop_toBottomOf="@id/routeDetailImage" app:layout_constraintStart_toEndOf="@id/startRouteButton" diff --git a/app/src/main/res/layout/fragment_location_detail.xml b/app/src/main/res/layout/fragment_location_detail.xml index 104e680..17b7203 100644 --- a/app/src/main/res/layout/fragment_location_detail.xml +++ b/app/src/main/res/layout/fragment_location_detail.xml @@ -31,16 +31,14 @@ + app:layout_constraintTop_toBottomOf="@+id/detail_location_image" /> @@ -61,8 +60,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="20dp" - android:text="Start Route" - android:textSize="50dp" + android:text="@string/start_route" + android:textSize="50sp" android:id="@+id/startRouteText" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/routeDetailText" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 584e8ed..c322028 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -16,4 +16,5 @@ Totale tijd: Coupons gespaard: Coupons + Start Route \ No newline at end of file