This commit is contained in:
Sebastian Kaspari 2010-03-31 20:48:22 +02:00
parent 456bf0b515
commit e2f3dfc2d2
4 changed files with 2 additions and 2 deletions

BIN
res/drawable/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -105,7 +105,7 @@ public class ConversationActivity extends Activity implements ServiceConnection,
deck.setOnItemSelectedListener(this);
deck.setAdapter(deckAdapter);
deck.setOnItemClickListener(this);
deck.setBackgroundDrawable(new NonScalingBackgroundDrawable(this, deck, R.drawable.icon));
deck.setBackgroundDrawable(new NonScalingBackgroundDrawable(this, deck, R.drawable.background));
switcher = (ViewSwitcher) findViewById(R.id.switcher);

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