mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
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:
parent
4de9df4c97
commit
f74a82ee07
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue