Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 6 → Rev 5

/trunk/res/layout/activity_lengths.xml
File deleted
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: frm_laengen.xml
===================================================================
--- frm_laengen.xml (nonexistent)
+++ frm_laengen.xml (revision 5)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/prompt03"
+ />
+
+ <EditText android:id="@+id/et_maass"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:inputType="numberDecimal" />
+
+ <Spinner android:id="@+id/sp_s_maass"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:drawSelectorOnTop="true"
+ android:entries="@array/mas_display"
+ android:entryValues="@array/mas_values" />
+
+ <Spinner android:id="@+id/sp_t_maass"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:drawSelectorOnTop="true"
+ android:entries="@array/mas_display"
+ android:entryValues="@array/mas_values" />
+
+</LinearLayout>
/frm_laengen.xml
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property