ServersActivity: Translucent background

This commit is contained in:
Sebastian Kaspari 2010-04-12 22:41:13 +02:00
parent 3546a58b3f
commit 1eaff46350
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

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.background));
getListView().setBackgroundDrawable(new NonScalingBackgroundDrawable(this, getListView(), R.drawable.translucent));
}
/**