Stubbed fragments for groups, actions, and variables.

This commit is contained in:
2020-08-20 16:01:36 -05:00
parent 93315a3266
commit 8fd48d4d8d
24 changed files with 627 additions and 101 deletions

View File

@@ -8,20 +8,22 @@
tools:context=".ui.editor.EditorFragment">
<TextView
android:id="@+id/text_editor"
android:id="@+id/configuration_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAlignment="center" />
android:background="@color/list_even"
android:text="No configuration active"
android:textAlignment="center"
android:textSize="18sp" />
<LinearLayout
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:layout_height="match_parent">
<TextView
android:id="@+id/textView8"
<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="TODO" />
</LinearLayout>
android:orientation="vertical" />
</ScrollView>
</LinearLayout>