Cosmetic fixes for icons

pull/14/head
Tim Su 13 years ago
parent 1b3ad28a30
commit 37b0b5d76e

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -438,8 +438,7 @@ public class FilterAdapter extends BaseExpandableListAdapter {
viewHolder.item.listingTitle.equals(activity.getString(R.string.tag_FEx_header))) {
Button add = new Button(activity);
add.setText(R.string.tag_FEx_add_new);
add.setBackgroundColor(Color.TRANSPARENT);
add.setTextColor(Color.WHITE);
add.setBackgroundResource(android.R.drawable.btn_default_small);
add.setCompoundDrawablesWithIntrinsicBounds(R.drawable.tango_add,0,0,0);
viewHolder.decoration = add;
add.setHeight((int)(35 * metrics.density));

Loading…
Cancel
Save