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:
Eric House 2015-02-04 07:21:17 -08:00
parent cb40600293
commit 2c7469f228

View file

@ -15,7 +15,7 @@
android:text="@string/button_download" android:text="@string/button_download"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="#FF3F7F3F" android:layout_gravity="bottom|center"
/> />
</LinearLayout> </LinearLayout>