mess around with how this thing works a bit, change some things, etc - also add test.json, which i'll convert to xml later
This commit is contained in:
parent
4cfda24e8d
commit
992f8eda81
|
@ -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()
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="b_12TH">12th St. Oakland City Center</string>
|
||||
<string name="b_16TH">16th St. Mission (SF)</string>
|
||||
<string name="b_19th">19th St. Oakland</string>
|
||||
<string name="b_24th">24th St. Mission (SF)</string>
|
||||
<string name="b_ANTC">Antioch</string>
|
||||
<string name="b_ASHB">Ashby (Berkeley)</string>
|
||||
<string name="b_BALB">Balboa Park (SF)</string>
|
||||
<string name="b_BAYF">Bay Fair (San Leandro)</string>
|
||||
</resources>
|
|
@ -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.
|
||||
</string>
|
||||
|
||||
<string name="test1">
|
||||
go have sex PLEASE I\'M BEGGING GET A FUCKING GIRLFRIEND INTERACT WITH OTHER HUMANS PLEEEEEASE
|
||||
</string>
|
||||
|
||||
|
||||
|
||||
</resources>
|
|
@ -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": ""
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue