diff --git a/app/src/main/java/com/sadlynotsappho/barthelper/MainActivity.kt b/app/src/main/java/com/sadlynotsappho/barthelper/MainActivity.kt index ed4df3a..3fc5be4 100644 --- a/app/src/main/java/com/sadlynotsappho/barthelper/MainActivity.kt +++ b/app/src/main/java/com/sadlynotsappho/barthelper/MainActivity.kt @@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() { setupActionBarWithNavController(navController, appBarConfiguration) binding.fab.setOnClickListener { view -> - Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG) + Snackbar.make(view, "have sex", Snackbar.LENGTH_LONG) .setAnchorView(R.id.fab) .setAction("Action", null).show() } diff --git a/app/src/main/res/layout/fragment_first.xml b/app/src/main/res/layout/fragment_first.xml index ddd9575..b9ff980 100644 --- a/app/src/main/res/layout/fragment_first.xml +++ b/app/src/main/res/layout/fragment_first.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="@string/lorem_ipsum" + android:text="@string/test1" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/values/stations.xml b/app/src/main/res/values/stations.xml new file mode 100644 index 0000000..917bf56 --- /dev/null +++ b/app/src/main/res/values/stations.xml @@ -0,0 +1,11 @@ + + + 12th St. Oakland City Center + 16th St. Mission (SF) + 19th St. Oakland + 24th St. Mission (SF) + Antioch + Ashby (Berkeley) + Balboa Park (SF) + Bay Fair (San Leandro) + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4a255a3..a26c60e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -43,4 +43,11 @@ libero vel nunc consequat, quis tincidunt nisl eleifend. Cras bibendum enim a justo luctus vestibulum. Fusce dictum libero quis erat maximus, vitae volutpat diam dignissim. + + + go have sex PLEASE I\'M BEGGING GET A FUCKING GIRLFRIEND INTERACT WITH OTHER HUMANS PLEEEEEASE + + + + \ No newline at end of file diff --git a/app/src/main/res/values/test.json b/app/src/main/res/values/test.json new file mode 100644 index 0000000..ea244c5 --- /dev/null +++ b/app/src/main/res/values/test.json @@ -0,0 +1,118 @@ +[ + { + "id": "12TH", + "name": "12th St. Oakland City Center", + "address": "" + }, + { + "id": "16TH", + "name": "16th St. Mission (SF)", + "address": "" + }, + { + "id": "19TH", + "name": "19th St. Oakland", + "address": "" + }, + { + "id": "24TH", + "name": "24th St. Mission (SF)", + "address": "" + }, + { + "id": "ANTC", + "name": "Antioch", + "address": "" + }, + { + "id": "ASHB", + "name": "Ashby (Berkeley)", + "address": "" + }, + { + "id": "BALB", + "name": "Balboa Park (SF)", + "address": "" + }, + { + "id": "BAYF", + "name": "Bay Fair (San Leandro)", + "address": "" + }, + { + "id": "BERY", + "name": "Berryessa / North San Jose", + "address": "", + "has-white-line": true + }, + { + "id": "CAST", + "name": "Castro Valley", + "address": "" + }, + { + "id": "CIVC", + "name": "Civic Center / UN Plaza", + "address": "" + }, + { + "id": "COLS", + "name": "Coliseum", + "address": "" + }, + { + "id": "COLM", + "name": "Colma", + "address": "" + }, + { + "id": "CONC", + "name": "Concord", + "address": "" + }, + { + "id": "DALY", + "name": "Daly City", + "address": "" + }, + { + "id": "DBRK", + "name": "Downtown Berkeley", + "address": "" + }, + { + "id": "DUBL", + "name": "Dublin / Pleasanton", + "address": "" + }, + { + "id": "DELN", + "name": "El Cerrito del Norte", + "address": "" + }, + { + "id": "PLZA", + "name": "El Cerrito Plaza", + "address": "" + }, + { + "id": "", + "name": "", + "address": "" + }, + { + "id": "", + "name": "", + "address": "" + }, + { + "id": "", + "name": "", + "address": "" + }, + { + "id": "", + "name": "", + "address": "" + } +] \ No newline at end of file