Add reveal button to mobile-gui

- currently it gets all cards that was revealed by via reveal(...)
- update menutab to show scroll indicator as default
This commit is contained in:
Anthony Calosa
2022-12-10 09:20:41 +08:00
parent d15a505081
commit ccc985654c
19 changed files with 841 additions and 367 deletions

View File

@@ -338,6 +338,9 @@ public enum FSkinImage implements FImage {
FAVICON (FSkinProp.ICO_FAVICON, SourceFile.ICONS),
LOCK (FSkinProp.ICO_LOCK, SourceFile.ICONS),
//reveal icons
SEE (FSkinProp.ICO_SEE, SourceFile.ICONS),
UNSEE (FSkinProp.ICO_UNSEE, SourceFile.ICONS),
//Layout images
HANDLE (FSkinProp.IMG_HANDLE, SourceFile.ICONS),