mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-10-31 15:35:04 -04:00
ServersActivity: Translucent background
This commit is contained in:
parent
3546a58b3f
commit
1eaff46350
BIN
res/drawable/translucent.png
Normal file
BIN
res/drawable/translucent.png
Normal file
Binary file not shown.
After 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.background));
|
||||
getListView().setBackgroundDrawable(new NonScalingBackgroundDrawable(this, getListView(), R.drawable.translucent));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user