[CHANGED] String values

This commit is contained in:
Robin Koedood
2021-01-06 13:44:17 +01:00
parent f0ef9512a0
commit ca8d291262
5 changed files with 5 additions and 7 deletions

View File

@@ -35,7 +35,6 @@
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_margin="20dp"
android:layout_height="wrap_content"
android:background="@color/secondaryColour"
android:text=""
app:layout_constraintEnd_toEndOf="parent"
@@ -47,7 +46,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/secondaryColour"
android:text="@string/locatie_detail_tekst"
android:text=""
/>
</ScrollView>