X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=symbian%2FZXingBarcodeReader%2Fdata%2FZXingBarcodeReader.rss;h=991417ca59612a7ff90a5d5c2168c3a0b6ea7cad;hb=e66e75abd317a7c56518a3c8edb07091ab7d3d9d;hp=3e5d83fa025ada32412249dd0487f203bcf6957e;hpb=4acd8d1dce06ffe849e477159cd780e714b7c07e;p=zxing.git diff --git a/symbian/ZXingBarcodeReader/data/ZXingBarcodeReader.rss b/symbian/ZXingBarcodeReader/data/ZXingBarcodeReader.rss index 3e5d83fa..991417ca 100644 --- a/symbian/ZXingBarcodeReader/data/ZXingBarcodeReader.rss +++ b/symbian/ZXingBarcodeReader/data/ZXingBarcodeReader.rss @@ -155,4 +155,31 @@ RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info }; } + +RESOURCE DIALOG r_text_query_dialog + { + flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; + buttons = R_AVKON_SOFTKEYS_OK_EMPTY; + items= + { + DLG_LINE + { + type = EAknCtPopupHeadingPane; + id = EAknMessageQueryHeaderId; + itemflags = EEikDlgItemNonFocusing; + control = AVKON_HEADING + { + }; + }, + DLG_LINE + { + type = EAknCtMessageQuery; + id = EAknMessageQueryContentId; + control = AVKON_MESSAGE_QUERY + { + }; + } + }; + } + // End of File