Smaller background icon - non transcluent

This commit is contained in:
Sebastian Kaspari 2010-04-13 22:56:22 +02:00
parent bac22d9abc
commit 7d550ba183
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -75,7 +75,7 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
setListAdapter(adapter);
getListView().setOnItemLongClickListener(this);
getListView().setBackgroundDrawable(new NonScalingBackgroundDrawable(this, getListView(), R.drawable.translucent));
getListView().setBackgroundDrawable(new NonScalingBackgroundDrawable(this, getListView(), R.drawable.background));
}
/**