dejsem.1.5/android/dejsem.studio/app/src/main/res/layout/last_mile.xml
changeset 0 676905a3b03c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dejsem.1.5/android/dejsem.studio/app/src/main/res/layout/last_mile.xml	Wed Nov 27 09:50:16 2019 +0100
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+	xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:background="#000"
+	>
+
+	<ScrollView
+	    android:id="@+id/sc"
+	    android:layout_width="match_parent"
+	    android:layout_height="match_parent"
+		android:layout_alignParentTop="true"
+		>
+	    
+		<TextView
+	    	android:id="@+id/tv"
+		    android:layout_width="match_parent"
+		    android:layout_height="wrap_content"
+		    />
+
+	</ScrollView>
+
+	<hh.dejsem.FlatButton
+		android:id="@+id/intrr"
+		android:layout_width="wrap_content"
+		android:layout_height="wrap_content"
+		android:layout_alignParentTop="true"
+		android:layout_marginTop="24dp"
+		android:layout_alignParentRight="true"
+		android:textColor="@color/dir_name_color"
+		android:text="stop/restart"
+		/>
+
+</RelativeLayout>
+