Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -rb3f81c43f6eee60351c55c3b6c410e63ef88c4b6 -rbd90e1e28eeb9f465db25b8dbca7f5297b8c791e --- suite_leahi/shared/scripts/names.py (.../names.py) (revision b3f81c43f6eee60351c55c3b6c410e63ef88c4b6) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision bd90e1e28eeb9f465db25b8dbca7f5297b8c791e) @@ -55,6 +55,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 }