Subversion Repositories ES

Rev

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

Rev 14 Rev 15
Line 25... Line 25...
25
        android:id="@+id/currencies_spinner_unit2"
25
        android:id="@+id/currencies_spinner_unit2"
26
        android:drawSelectorOnTop="true" android:entries="@array/currency_units_display"
26
        android:drawSelectorOnTop="true" android:entries="@array/currency_units_display"
27
        android:entryValues="@array/currency_units_values" />
27
        android:entryValues="@array/currency_units_values" />
28
    </TableRow>
28
    </TableRow>
29
  </TableLayout>
29
  </TableLayout>
-
 
30
30
  <Button android:text="@string/button_clear" android:id="@+id/currencies_button_clear"
31
  <Button android:text="@string/button_clear" android:id="@+id/currencies_button_clear"
31
    android:layout_height="wrap_content" android:layout_width="100sp"
32
    android:layout_height="wrap_content" android:layout_width="100sp"
32
    android:layout_gravity="center_horizontal"></Button>
33
    android:layout_gravity="center_horizontal"></Button>
33
34
34
  <TableLayout android:id="@+id/currencies_table_rates"
35
  <TableLayout android:id="@+id/currencies_table_rates"
35
    android:scrollbars="vertical" android:layout_height="wrap_content"
36
    android:layout_height="fill_parent" android:layout_width="fill_parent"
36
    android:layout_width="fill_parent" android:stretchColumns="*">
37
    android:scrollbars="vertical" android:stretchColumns="*">
-
 
38
    <View android:layout_height="2dip" android:background="#FF909090" />
37
    <TableRow>
39
    <TableRow>
38
      <TextView android:text="@string/currencies_currency1" />
40
      <TextView android:text="@string/currencies_currency1" />
39
      <TextView android:text="@string/currencies_currency2" />
41
      <TextView android:text="@string/currencies_currency2" />
40
      <TextView android:text="@string/currencies_rate" />
42
      <TextView android:text="@string/currencies_rate" />
41
    </TableRow>
43
    </TableRow>
-
 
44
    <View android:layout_height="1dip" android:background="#FF909090" />
42
  </TableLayout>
45
  </TableLayout>
43
</LinearLayout>
46
</LinearLayout>