Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 13 → Rev 14

/trunk/res/layout/activity_currencies.xml
3,7 → 3,7
android:orientation="vertical" android:layout_height="fill_parent"
android:layout_width="fill_parent">
 
<TableLayout android:id="@+id/TableLayout01"
<TableLayout android:id="@+id/currencies_table_widget"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:stretchColumns="1,3" android:shrinkColumns="*"
android:layout_marginTop="10sp">
30,4 → 30,14
<Button android:text="@string/button_clear" android:id="@+id/currencies_button_clear"
android:layout_height="wrap_content" android:layout_width="100sp"
android:layout_gravity="center_horizontal"></Button>
 
<TableLayout android:id="@+id/currencies_table_rates"
android:scrollbars="vertical" android:layout_height="wrap_content"
android:layout_width="fill_parent" android:stretchColumns="*">
<TableRow>
<TextView android:text="@string/currencies_currency1" />
<TextView android:text="@string/currencies_currency2" />
<TextView android:text="@string/currencies_rate" />
</TableRow>
</TableLayout>
</LinearLayout>