Add icon to for disk swap onscreen option

This commit is contained in:
TwistedUmbrella 2014-10-01 13:46:08 -04:00
parent 25c334e067
commit 7b615ad37c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -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();