[CHANGED] String values
This commit is contained in:
@@ -49,4 +49,8 @@ public class LocationDetailFragment extends Fragment {
|
||||
}
|
||||
return view;
|
||||
}
|
||||
|
||||
public void setLocation(Location location) {
|
||||
this.location = location;
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
android:background="@drawable/ic_back_button_24"
|
||||
android:text="@string/terug"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
@@ -160,7 +160,6 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/settingsOldButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/BigFont"
|
||||
|
||||
@@ -202,7 +202,6 @@
|
||||
android:id="@+id/couponAmount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/couponAmount"
|
||||
android:text=""
|
||||
android:textColor="@color/black"
|
||||
android:textSize="20sp"
|
||||
@@ -218,7 +217,6 @@
|
||||
android:layout_marginEnd="20dp"
|
||||
android:background="@drawable/ic_back_button_24"
|
||||
android:scaleX="-1"
|
||||
android:text="@string/terug"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/couponAmount"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/couponAmount" />
|
||||
@@ -234,7 +232,6 @@
|
||||
android:background="@drawable/ic_back_button_24"
|
||||
android:backgroundTint="@color/buttonColour"
|
||||
android:src="@drawable/ic_back_button_24"
|
||||
android:text="@string/terug"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user