Commit 847defd4 authored by sam.pople's avatar sam.pople

update

parent 31b097d2
......@@ -11,9 +11,9 @@ import java.util.ArrayList;
import java.util.List;
public class Database extends SQLiteOpenHelper {
public static final String databasename = "totestthedatabase4.db";
public static final String databasename = "totestthedatabase5.db";
public Database(@Nullable Context cont) {
super(cont, "totestthedatabase4.db", null, 1);
super(cont, "totestthedatabase5.db", null, 1);
}
@Override
public void onCreate(SQLiteDatabase data) {
......
......@@ -94,15 +94,15 @@
<Button
android:id="@+id/hamletback4"
android:layout_width="113dp"
android:layout_height="46dp"
android:layout_width="112dp"
android:layout_height="50dp"
android:text="Back"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.157"
app:layout_constraintHorizontal_bias="0.22"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.909" />
app:layout_constraintVertical_bias="0.908" />
<Spinner
android:id="@+id/hamletseatingtype4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment