Subversion Repositories ES

Rev

Rev 5 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:orientation="vertical"
3
  android:orientation="vertical" android:layout_height="fill_parent"
4
    android:layout_width="fill_parent"
4
  android:layout_width="fill_parent">
5
    android:layout_height="fill_parent"
-
 
6
    >
-
 
7
   
5
8
  <TextView  
-
 
9
      android:layout_width="fill_parent" 
6
  <TableLayout android:id="@+id/TableLayout01"
10
      android:layout_height="wrap_content" 
7
    android:layout_height="fill_parent" android:layout_width="fill_parent"
11
      android:text="@string/prompt03"
8
    android:stretchColumns="1,3" android:shrinkColumns="*"
12
      />
-
 
13
     
-
 
14
  <EditText android:id="@+id/et_maass"
9
    android:layout_marginTop="10sp">
15
        android:layout_width="fill_parent"
10
    <TableRow android:layout_height="wrap_content">
16
        android:layout_height="wrap_content"
11
      <EditText android:layout_column="1" android:id="@+id/edit_value1"
17
        android:inputType="numberDecimal" />
12
        android:inputType="numberDecimal" />
18
       
-
 
19
  <Spinner android:id="@+id/sp_s_maass"
13
      <TextView android:layout_column="2" android:text="="
20
        android:layout_width="fill_parent"
14
        android:gravity="center" android:textSize="25sp" />
21
        android:layout_height="wrap_content"
15
      <EditText android:layout_column="3"
22
        android:drawSelectorOnTop="true"
16
        android:id="@+id/edit_value2"
23
        android:entries="@array/mas_display"
17
        android:inputType="numberDecimal" />
-
 
18
    </TableRow>
24
        android:entryValues="@array/mas_values" />
19
    <TableRow android:layout_height="wrap_content">
25
       
-
 
26
  <Spinner android:id="@+id/sp_t_maass"
20
      <Spinner android:layout_column="1" android:id="@+id/spinner_unit1"
-
 
21
        android:drawSelectorOnTop="true" android:entries="@array/length_units_display"
27
        android:layout_width="fill_parent"
22
        android:entryValues="@array/length_units_values" />
28
        android:layout_height="wrap_content"
23
      <TextView android:layout_column="2" android:text="" />
29
        android:drawSelectorOnTop="true"
24
      <Spinner android:layout_column="3" android:id="@+id/spinner_unit2"
30
        android:entries="@array/mas_display"
25
        android:drawSelectorOnTop="true" android:entries="@array/length_units_display"
31
        android:entryValues="@array/mas_values" />
26
        android:entryValues="@array/length_units_values" />
32
       
27
-
 
28
    </TableRow>
-
 
29
  </TableLayout>
33
</LinearLayout>
30
</LinearLayout>