make background for exchange buttons black so they look

enabled/disabled when in fact they are.  Apparently now that the
theme's changed they don't look right without it, perhaps because the
old theme gave their layout a background other than white.
This commit is contained in:
Eric House 2013-09-22 20:27:01 -07:00
parent 4de9df4c97
commit f74a82ee07

View file

@ -24,6 +24,7 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#FF000000"
>
<Button android:id="@+id/exchange_commit"
android:text="@string/button_trade_commit"