mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 23:10:11 -05:00
Smaller background icon - non transcluent
This commit is contained in:
parent
bac22d9abc
commit
7d550ba183
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 |
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user