Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 14 → Rev 15

/trunk/res/layout/activity_currencies.xml
27,17 → 27,20
android:entryValues="@array/currency_units_values" />
</TableRow>
</TableLayout>
 
<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="*">
android:layout_height="fill_parent" android:layout_width="fill_parent"
android:scrollbars="vertical" android:stretchColumns="*">
<View android:layout_height="2dip" android:background="#FF909090" />
<TableRow>
<TextView android:text="@string/currencies_currency1" />
<TextView android:text="@string/currencies_currency2" />
<TextView android:text="@string/currencies_rate" />
</TableRow>
<View android:layout_height="1dip" android:background="#FF909090" />
</TableLayout>
</LinearLayout>