Add icon to for disk swap onscreen option
This commit is contained in:
parent
25c334e067
commit
7b615ad37c
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -525,7 +525,7 @@ public class OnScreenMenu {
|
|||
}
|
||||
}), params);
|
||||
|
||||
hlay.addView(addbut(R.drawable.vmu_swap, "Disk Swap", new OnClickListener() {
|
||||
hlay.addView(addbut(R.drawable.disk_swap, "Disk Swap", new OnClickListener() {
|
||||
public void onClick(View v) {
|
||||
JNIdc.diskSwap(null);
|
||||
dismiss();
|
||||
|
|
Loading…
Reference in New Issue