Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r447df3a274af7d57ef01033003ae5ac7e22fcf14 -r7a452a6bc9509e4d310cd1251a99cd6ca620c656 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 447df3a274af7d57ef01033003ae5ac7e22fcf14) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision 7a452a6bc9509e4d310cd1251a99cd6ca620c656) @@ -58,6 +58,11 @@ o_ExportLogsNotificationBar = {"container": o_SettingsExportLogs, "id": "_information", "type": "NotificationBarSmall" } o_DeviceSettingsGrid = {"container": o_SettingsHome, "id": "_grid", "type": "Grid", } +#HeaderBar Information Pop up +o_InformationIconButton = {"container": o_Gui_MainView, "id": "_informationButton", "type": "IconButton", "unnamed": 1 } +o_InformationParameters = {"container": o_Overlay, "type": "Text", "unnamed": 1 } +o_VersionColumn = {"container": o_Overlay, "id": "_versionColumn", "type": "Column", "unnamed": 1 } + # Device Settings Information Version o_DeviceSettingsInformation = {"container": o_SettingsHome, "id": "_touchItem", "type": "TouchRect", "unnamed": 1 } o_InformationPageTitleText = {"container": o_SettingsInformation, "id": "_titleText", "type": "Text", "unnamed": 1 }