Rev 15 | Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 15 | Rev 16 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | <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"
|
| 32 | android:layout_height="wrap_content" android:layout_width="100sp"
|
32 | android:layout_height="wrap_content" android:layout_width="100sp"
|
| 33 | android:layout_gravity="center_horizontal"></Button>
|
33 | android:layout_gravity="center_horizontal"></Button>
|
| 34 | 34 | ||
| 35 | <TableLayout android:id="@+id/currencies_table_rates"
|
35 | <TableLayout android:id="@+id/currencies_table_rates"
|
| 36 | android:layout_height="fill_parent" android:layout_width="fill_parent"
|
36 | android:scrollbars="vertical" android:layout_height="wrap_content"
|
| 37 | android:scrollbars="vertical" android:stretchColumns="*">
|
37 | android:layout_width="fill_parent" android:stretchColumns="*">
|
| 38 | <View android:layout_height="2dip" android:background="#FF909090" />
|
38 | <View android:layout_height="2dip" android:background="#FF909090" />
|
| 39 | <TableRow>
|
39 | <TableRow>
|
| 40 | <TextView android:text="@string/currencies_currency1" />
|
- | |
| 41 | <TextView android:text="@string/currencies_currency2" />
|
40 | <TextView android:text="@string/currencies_currency" />
|
| 42 | <TextView android:text="@string/currencies_rate" />
|
41 | <TextView android:text="@string/currencies_rate" />
|
| 43 | </TableRow>
|
42 | </TableRow>
|
| 44 | <View android:layout_height="1dip" android:background="#FF909090" />
|
43 | <View android:layout_height="1dip" android:background="#FF909090" />
|
| 45 | </TableLayout>
|
44 | </TableLayout>
|
| 46 | </LinearLayout>
|
45 | </LinearLayout>
|