Built and linked nlohmann::json package

This commit is contained in:
kdeng00
2019-09-29 22:02:06 -04:00
parent 356f75d0c5
commit eb749a7b37
11 changed files with 215 additions and 56 deletions
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".activities.DemoStreamActivity"
tools:showIn="@layout/activity_demo_stream">
<Button
android:id="@+id/demoStream"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="140dp"
android:text="Stream"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.499" />
</android.support.constraint.ConstraintLayout>