mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
emphasize button by centering it rather than making it green, since
color replacing a drawable looks like crap and the ways of doing it right are too complicated and may not look good on all devices/OS versions.
This commit is contained in:
parent
cb40600293
commit
2c7469f228
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
android:text="@string/button_download"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#FF3F7F3F"
|
||||
android:layout_gravity="bottom|center"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue