[Added] small changes to route detail, location detail

This commit is contained in:
sebas
2020-12-14 14:51:43 +01:00
parent a2d1ecfc71
commit 75b7ff47cd
4 changed files with 9 additions and 12 deletions

View File

@@ -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"

View File

@@ -31,16 +31,14 @@
<TextView
android:id="@+id/detail_location_text"
android:layout_width="378dp"
android:layout_height="379dp"
android:layout_width="match_parent"
android:layout_margin="20dp"
android:layout_height="wrap_content"
android:background="@color/secondaryColour"
android:text="Detail tekst"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.484"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/detail_location_image"
app:layout_constraintVertical_bias="0.446" />
app:layout_constraintTop_toBottomOf="@+id/detail_location_image" />
<ImageButton
android:id="@+id/detail_location_back_button"

View File

@@ -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_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/routeDetailText"

View File

@@ -16,4 +16,5 @@
<string name="totale_tijd">Totale tijd:</string>
<string name="coupons_gespaard">Coupons gespaard:</string>
<string name="coupons">Coupons</string>
<string name="start_route">Start Route</string>
</resources>