From 7c9a164ca6a7b770290bb8024923432f86c98c20 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 17 May 2021 14:44:22 +0900 Subject: [PATCH] Add layout xml files Change-Id: I2c54e47a6fe78d07a9427d39f993e5ebf56c7ab4 Signed-off-by: Jihoon Kim --- ISEDefaultNUI/res/LYT_CM_POPUP.xml | 167 ++++ ISEDefaultNUI/res/LYT_EMOTICON_POPUP.xml | 70 ++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_DATETIME.xml | 98 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_123.xml | 136 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_ABC.xml | 106 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_MONTH.xml | 126 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUM.xml | 184 ++++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY.xml | 154 ++++ .../res/LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml | 148 ++++ .../res/LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml | 157 ++++ .../res/LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml | 157 ++++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_PASSWD.xml | 136 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE.xml | 194 +++++ .../res/LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml | 160 ++++ ISEDefaultNUI/res/LYT_LANDSCAPE_EMOTICON.xml | 112 +++ ISEDefaultNUI/res/LYT_LANDSCAPE_NMT.xml | 39 + .../res/LYT_LANDSCAPE_PUNCTUATION_POPUP.xml | 152 ++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ALBANIAN.xml | 882 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ARMENIAN.xml | 653 ++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_AZERBAIJAN.xml | 912 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BASQUE.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BULGARIAN.xml | 581 +++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CANGJIE.xml | 594 +++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CATALAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CHINESE.xml | 513 +++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CROATIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CZECH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DANISH.xml | 889 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DUTCH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_EMAIL.xml | 911 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ENGLISH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ESTONIAN.xml | 896 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FINNISH.xml | 889 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FRENCH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GALICIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GEORGIAN.xml | 522 ++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GERMAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GREEK.xml | 551 ++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HINDI.xml | 659 +++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HUNGARIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ICELANDIC.xml | 889 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_IRISH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ITALIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_JAPANESE.xml | 505 +++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KAZAKH.xml | 667 +++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KOREAN.xml | 619 ++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LATVIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LITHUANIAN.xml | 933 +++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_MACEDONIAN.xml | 588 +++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_NORWEGIAN.xml | 889 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_POLISH.xml | 871 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_PORTUGUESE.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ROMANIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_RUSSIAN.xml | 602 +++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SERBIAN.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVAK.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVENIAN.xml | 832 ++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SPANISH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SWEDISH.xml | 889 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_1.xml | 440 ++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_2.xml | 440 ++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_TURKISH.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UKRAINIAN.xml | 595 +++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_URL.xml | 911 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UZBEK.xml | 868 +++++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_VIETNAMESE.xml | 773 +++++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ZHUYIN.xml | 682 +++++++++++++++ ISEDefaultNUI/res/LYT_LANDSCAPE_STICKER.xml | 80 ++ ISEDefaultNUI/res/LYT_LANDSCAPE_STT.xml | 39 + ISEDefaultNUI/res/LYT_MM_POPUP_1.xml | 35 + ISEDefaultNUI/res/LYT_MM_POPUP_2.xml | 49 ++ ISEDefaultNUI/res/LYT_MM_POPUP_3.xml | 63 ++ ISEDefaultNUI/res/LYT_MM_POPUP_4.xml | 77 ++ ISEDefaultNUI/res/LYT_MM_POPUP_5.xml | 91 ++ ISEDefaultNUI/res/LYT_MM_POPUP_6.xml | 102 +++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_DATETIME.xml | 131 +++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_123.xml | 133 +++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_ABC.xml | 103 +++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_MONTH.xml | 130 +++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUM.xml | 181 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY.xml | 172 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_DEC.xml | 175 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG.xml | 175 ++++ .../res/LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml | 175 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_PASSWD.xml | 140 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE.xml | 194 +++++ .../res/LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml | 160 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_EMOTICON.xml | 100 +++ ISEDefaultNUI/res/LYT_PORTRAIT_NMT.xml | 42 + .../res/LYT_PORTRAIT_PUNCTUATION_POPUP.xml | 152 ++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ALBANIAN.xml | 867 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ARMENIAN.xml | 638 ++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_AZERBAIJAN.xml | 902 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BASQUE.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BULGARIAN.xml | 571 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CANGJIE.xml | 587 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CATALAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CHINESE.xml | 501 +++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CROATIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CZECH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DANISH.xml | 874 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DUTCH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ENGLISH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ESTONIAN.xml | 881 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FINNISH.xml | 874 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FRENCH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GALICIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GEORGIAN.xml | 512 +++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GERMAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GREEK.xml | 536 ++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HINDI.xml | 659 +++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HUNGARIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ICELANDIC.xml | 874 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_IRISH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ITALIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_JAPANESE.xml | 493 +++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KAZAKH.xml | 652 ++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KOREAN.xml | 604 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LATVIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LITHUANIAN.xml | 923 ++++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_MACEDONIAN.xml | 578 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_NORWEGIAN.xml | 874 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_POLISH.xml | 856 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_PORTUGUESE.xml | 858 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ROMANIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_RUSSIAN.xml | 587 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SERBIAN.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVAK.xml | 858 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVENIAN.xml | 822 ++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SPANISH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SWEDISH.xml | 874 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_1.xml | 440 ++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_2.xml | 440 ++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_TURKISH.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UKRAINIAN.xml | 585 +++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UZBEK.xml | 853 +++++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_VIETNAMESE.xml | 758 +++++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ZHUYIN.xml | 672 +++++++++++++++ ISEDefaultNUI/res/LYT_PORTRAIT_STICKER.xml | 68 ++ ISEDefaultNUI/res/LYT_PORTRAIT_STT.xml | 39 + ISEDefaultNUI/res/LYT_PUNCTUATION_POPUP.xml | 120 +++ ISEDefaultNUI/res/LYT_URL_POPUP.xml | 133 +++ ISEDefaultNUI/res/autopopup_configure.xml | 46 + ISEDefaultNUI/res/default_configure.xml | 32 + ISEDefaultNUI/res/input_mode_configure.xml | 627 ++++++++++++++ ISEDefaultNUI/res/ise_lang_table.xml | 102 +++ ISEDefaultNUI/res/label_property.xml | 653 ++++++++++++++ ISEDefaultNUI/res/magnifier_configure.xml | 36 + ISEDefaultNUI/res/main_entry.xml | 12 + ISEDefaultNUI/res/modifier_decoration.xml | 2 + ISEDefaultNUI/res/nine_patch_file_list.xml | 3 + 151 files changed, 82309 insertions(+) create mode 100644 ISEDefaultNUI/res/LYT_CM_POPUP.xml create mode 100644 ISEDefaultNUI/res/LYT_EMOTICON_POPUP.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_DATETIME.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_123.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_ABC.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_MONTH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUM.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_PASSWD.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_EMOTICON.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_NMT.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_PUNCTUATION_POPUP.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ALBANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ARMENIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_AZERBAIJAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BASQUE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BULGARIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CANGJIE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CATALAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CHINESE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CROATIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CZECH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DANISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DUTCH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_EMAIL.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ENGLISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ESTONIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FINNISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FRENCH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GALICIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GEORGIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GERMAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GREEK.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HINDI.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HUNGARIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ICELANDIC.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_IRISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ITALIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_JAPANESE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KAZAKH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KOREAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LATVIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LITHUANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_MACEDONIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_NORWEGIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_POLISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_PORTUGUESE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ROMANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_RUSSIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SERBIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVAK.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVENIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SPANISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SWEDISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_1.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_2.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_TURKISH.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UKRAINIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_URL.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UZBEK.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_VIETNAMESE.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ZHUYIN.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_STICKER.xml create mode 100644 ISEDefaultNUI/res/LYT_LANDSCAPE_STT.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_1.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_2.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_3.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_4.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_5.xml create mode 100644 ISEDefaultNUI/res/LYT_MM_POPUP_6.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_DATETIME.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_123.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_ABC.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_MONTH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUM.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_DEC.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_PASSWD.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_EMOTICON.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_NMT.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_PUNCTUATION_POPUP.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ALBANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ARMENIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_AZERBAIJAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BASQUE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BULGARIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CANGJIE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CATALAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CHINESE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CROATIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CZECH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DANISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DUTCH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ENGLISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ESTONIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FINNISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FRENCH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GALICIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GEORGIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GERMAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GREEK.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HINDI.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HUNGARIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ICELANDIC.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_IRISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ITALIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_JAPANESE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KAZAKH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KOREAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LATVIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LITHUANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_MACEDONIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_NORWEGIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_POLISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_PORTUGUESE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ROMANIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_RUSSIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SERBIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVAK.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVENIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SPANISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SWEDISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_1.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_2.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_TURKISH.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UKRAINIAN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UZBEK.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_VIETNAMESE.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ZHUYIN.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_STICKER.xml create mode 100644 ISEDefaultNUI/res/LYT_PORTRAIT_STT.xml create mode 100644 ISEDefaultNUI/res/LYT_PUNCTUATION_POPUP.xml create mode 100644 ISEDefaultNUI/res/LYT_URL_POPUP.xml create mode 100644 ISEDefaultNUI/res/autopopup_configure.xml create mode 100644 ISEDefaultNUI/res/default_configure.xml create mode 100644 ISEDefaultNUI/res/input_mode_configure.xml create mode 100644 ISEDefaultNUI/res/ise_lang_table.xml create mode 100644 ISEDefaultNUI/res/label_property.xml create mode 100644 ISEDefaultNUI/res/magnifier_configure.xml create mode 100644 ISEDefaultNUI/res/main_entry.xml create mode 100644 ISEDefaultNUI/res/modifier_decoration.xml create mode 100644 ISEDefaultNUI/res/nine_patch_file_list.xml diff --git a/ISEDefaultNUI/res/LYT_CM_POPUP.xml b/ISEDefaultNUI/res/LYT_CM_POPUP.xml new file mode 100644 index 0000000..e14a91d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_CM_POPUP.xml @@ -0,0 +1,167 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + + + nine patch/popup_line.9.png + + + + + + + OPTION + + + icon/bubble/icon_settings.png + icon/bubble/icon_settings_press.png + icon/bubble/icon_settings_dim.png + + + + + nine patch/popup_line.9.png + + + + + EMOTICON_LAYOUT + + + icon/bubble/icon_emotion.png + icon/bubble/icon_emotion_press.png + icon/bubble/icon_emotion_dim.png + + + + + nine patch/popup_line.9.png + + + + + STT_3X4 + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic_press.png + icon/bubble/icon_mic_dim.png + + + + + nine patch/popup_line.9.png + + + + + CLIPBOARD + + + icon/bubble/icon_clipboard.png + icon/bubble/icon_clipboard_press.png + icon/bubble/icon_clipboard_dim.png + + + + + nine patch/popup_line.9.png + + + + + FLOATING + + + icon/bubble/icon_floating_keypad.png + icon/bubble/icon_floating_keypad_press.png + icon/bubble/icon_floating_keypad_dim.png + + + + + nine patch/popup_line.9.png + + + + + STICKER_LAYOUT + + + icon/bubble/icon_sticker.png + icon/bubble/icon_sticker_press.png + icon/bubble/icon_sticker_dim.png + + + + diff --git a/ISEDefaultNUI/res/LYT_EMOTICON_POPUP.xml b/ISEDefaultNUI/res/LYT_EMOTICON_POPUP.xml new file mode 100644 index 0000000..0de5137 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_EMOTICON_POPUP.xml @@ -0,0 +1,70 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_DATETIME.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_DATETIME.xml new file mode 100644 index 0000000..6f83a4c --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_DATETIME.xml @@ -0,0 +1,98 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_123.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_123.xml new file mode 100644 index 0000000..afebb3e --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_123.xml @@ -0,0 +1,136 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + IPv6_3X4_ABC + + + + + + + + + 0 + + + + + + : + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_ABC.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_ABC.xml new file mode 100644 index 0000000..51fdd63 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_IPv6_ABC.xml @@ -0,0 +1,106 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + a + + + + + + b + + + + + + c + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + d + + + + + + e + + + + + + f + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + IPv6_3X4_123 + + + + + + + + + + + : + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_MONTH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_MONTH.xml new file mode 100644 index 0000000..ecc55a3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_MONTH.xml @@ -0,0 +1,126 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + 10 + + + + + + 11 + + + + + + 12 + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUM.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUM.xml new file mode 100644 index 0000000..ebaa567 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUM.xml @@ -0,0 +1,184 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_3X4_1 + + + + + B09_icon_language_port_no_t9.png + B09_icon_language_port_no_t9_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + NEXT_LANG + + + + + + 0 + + + + + B09_icon_space_multi_lang.png + B09_icon_space_multi_lang_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_disabled.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY.xml new file mode 100644 index 0000000..126d146 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY.xml @@ -0,0 +1,154 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml new file mode 100644 index 0000000..65f3837 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml @@ -0,0 +1,148 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + . + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml new file mode 100644 index 0000000..be61987 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml @@ -0,0 +1,157 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + - + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml new file mode 100644 index 0000000..58ebe7d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml @@ -0,0 +1,157 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + . + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_PASSWD.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_PASSWD.xml new file mode 100644 index 0000000..e87f8de --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_PASSWD.xml @@ -0,0 +1,136 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + 4 + + + + + + 5 + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 6 + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + 0 + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE.xml new file mode 100644 index 0000000..90c35fe --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE.xml @@ -0,0 +1,194 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PHONE_3X4_SYM + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + * + + + + + + 0 + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + # + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml new file mode 100644 index 0000000..c31c95f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml @@ -0,0 +1,160 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + , + + + + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + + + + ; + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PHONE_3X4 + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + icon_space_nor.png + icon_space_press.png + icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_EMOTICON.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_EMOTICON.xml new file mode 100644 index 0000000..9b8c26f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_EMOTICON.xml @@ -0,0 +1,112 @@ + + + + 210 + 213 + 217 + 255 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + emotion/icon_recent.png + emotion/icon_recent_press.png + emotion/icon_recent_dim.png + + + EMOTICON_GROUP_RECENTLY_USED + + + + + emotion/icon_emotion.png + emotion/icon_emotion_press.png + emotion/icon_emotion_dim.png + + + EMOTICON_GROUP_FACE + + + + + emotion/icon_crown.png + emotion/icon_crown_press.png + emotion/icon_crown_dim.png + + + EMOTICON_GROUP_CROWN + + + + + emotion/icon_dog.png + emotion/icon_dog_press.png + emotion/icon_dog_dim.png + + + EMOTICON_GROUP_DOG + + + + + emotion/icon_house.png + emotion/icon_house_press.png + emotion/icon_house_dim.png + + + EMOTICON_GROUP_HOUSE + + + + + emotion/icon_star.png + emotion/icon_star_press.png + emotion/icon_star_dim.png + + + EMOTICON_GROUP_STAR + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_NMT.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_NMT.xml new file mode 100644 index 0000000..111be61 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_NMT.xml @@ -0,0 +1,39 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + LANGUAGE + + + + + + Cancel + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_PUNCTUATION_POPUP.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_PUNCTUATION_POPUP.xml new file mode 100644 index 0000000..ec63206 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_PUNCTUATION_POPUP.xml @@ -0,0 +1,152 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + nine patch/popup_bg_press_top_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + nine patch/popup_bg_press_top_right.#.png + + + SYM_QTY_1 + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_bg_press_dwon_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + nine patch/popup_bg_press_down_right.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ALBANIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ALBANIAN.xml new file mode 100644 index 0000000..d675c93 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ALBANIAN.xml @@ -0,0 +1,882 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ARMENIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ARMENIAN.xml new file mode 100644 index 0000000..b2d85b5 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ARMENIAN.xml @@ -0,0 +1,653 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_AZERBAIJAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_AZERBAIJAN.xml new file mode 100644 index 0000000..f14fba0 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_AZERBAIJAN.xml @@ -0,0 +1,912 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BASQUE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BASQUE.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BASQUE.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BULGARIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BULGARIAN.xml new file mode 100644 index 0000000..66c6180 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_BULGARIAN.xml @@ -0,0 +1,581 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CANGJIE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CANGJIE.xml new file mode 100644 index 0000000..39f01f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CANGJIE.xml @@ -0,0 +1,594 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + + , + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CATALAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CATALAN.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CATALAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CHINESE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CHINESE.xml new file mode 100644 index 0000000..18ab756 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CHINESE.xml @@ -0,0 +1,513 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CROATIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CROATIAN.xml new file mode 100644 index 0000000..12f7ed1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CROATIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CZECH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CZECH.xml new file mode 100644 index 0000000..12f7ed1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_CZECH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DANISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DANISH.xml new file mode 100644 index 0000000..b54342d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DANISH.xml @@ -0,0 +1,889 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DUTCH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DUTCH.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_DUTCH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_EMAIL.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_EMAIL.xml new file mode 100644 index 0000000..547336a --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_EMAIL.xml @@ -0,0 +1,911 @@ + + + + B09_panel_h.png + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + B09_icon_back.png + B09_icon_back_press.png + B09_icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PUNCTUATION_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ENGLISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ENGLISH.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ENGLISH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ESTONIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ESTONIAN.xml new file mode 100644 index 0000000..f6f8de4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ESTONIAN.xml @@ -0,0 +1,896 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FINNISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FINNISH.xml new file mode 100644 index 0000000..6832e26 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FINNISH.xml @@ -0,0 +1,889 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FRENCH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FRENCH.xml new file mode 100644 index 0000000..f715b01 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_FRENCH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GALICIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GALICIAN.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GALICIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GEORGIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GEORGIAN.xml new file mode 100644 index 0000000..2194d36 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GEORGIAN.xml @@ -0,0 +1,522 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GERMAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GERMAN.xml new file mode 100644 index 0000000..12f7ed1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GERMAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GREEK.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GREEK.xml new file mode 100644 index 0000000..fdf8e48 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_GREEK.xml @@ -0,0 +1,551 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HINDI.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HINDI.xml new file mode 100644 index 0000000..549dea1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HINDI.xml @@ -0,0 +1,659 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + HINDI_MODI_QTY + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HUNGARIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HUNGARIAN.xml new file mode 100644 index 0000000..12f7ed1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_HUNGARIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ICELANDIC.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ICELANDIC.xml new file mode 100644 index 0000000..b9ac4b4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ICELANDIC.xml @@ -0,0 +1,889 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_IRISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_IRISH.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_IRISH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ITALIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ITALIAN.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ITALIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_JAPANESE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_JAPANESE.xml new file mode 100644 index 0000000..c9ccc9c --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_JAPANESE.xml @@ -0,0 +1,505 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KAZAKH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KAZAKH.xml new file mode 100644 index 0000000..6d3d43d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KAZAKH.xml @@ -0,0 +1,667 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + B09_icon_back.png + B09_icon_back_press.png + B09_icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KOREAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KOREAN.xml new file mode 100644 index 0000000..f4536a6 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_KOREAN.xml @@ -0,0 +1,619 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LATVIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LATVIAN.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LATVIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LITHUANIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LITHUANIAN.xml new file mode 100644 index 0000000..ac80c73 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_LITHUANIAN.xml @@ -0,0 +1,933 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_MACEDONIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_MACEDONIAN.xml new file mode 100644 index 0000000..7f77bb1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_MACEDONIAN.xml @@ -0,0 +1,588 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_NORWEGIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_NORWEGIAN.xml new file mode 100644 index 0000000..7560a31 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_NORWEGIAN.xml @@ -0,0 +1,889 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_POLISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_POLISH.xml new file mode 100644 index 0000000..5631985 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_POLISH.xml @@ -0,0 +1,871 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_PORTUGUESE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_PORTUGUESE.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_PORTUGUESE.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ROMANIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ROMANIAN.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ROMANIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_RUSSIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_RUSSIAN.xml new file mode 100644 index 0000000..eef214e --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_RUSSIAN.xml @@ -0,0 +1,602 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SERBIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SERBIAN.xml new file mode 100644 index 0000000..12f7ed1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SERBIAN.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVAK.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVAK.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVAK.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVENIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVENIAN.xml new file mode 100644 index 0000000..9bbf9f8 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SLOVENIAN.xml @@ -0,0 +1,832 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SPANISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SPANISH.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SPANISH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SWEDISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SWEDISH.xml new file mode 100644 index 0000000..40ed260 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SWEDISH.xml @@ -0,0 +1,889 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_1.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_1.xml new file mode 100644 index 0000000..c374372 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_1.xml @@ -0,0 +1,440 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_2 + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_2.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_2.xml new file mode 100644 index 0000000..70c5fdd --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_SYM_2.xml @@ -0,0 +1,440 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_TURKISH.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_TURKISH.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_TURKISH.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UKRAINIAN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UKRAINIAN.xml new file mode 100644 index 0000000..03ae17b --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UKRAINIAN.xml @@ -0,0 +1,595 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_URL.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_URL.xml new file mode 100644 index 0000000..547336a --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_URL.xml @@ -0,0 +1,911 @@ + + + + B09_panel_h.png + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + B09_icon_back.png + B09_icon_back_press.png + B09_icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PUNCTUATION_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + B09_icon_cue.png + B09_icon_cue.png + B09_icon_cue.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + EMOTICON_POPUP + + + + + setting icon/B09_icon_setting.png + setting icon/B09_icon_setting_press.png + setting icon/B09_icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + + + B09_icon_space.png + B09_icon_space_press.png + B09_icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UZBEK.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UZBEK.xml new file mode 100644 index 0000000..4a894f3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_UZBEK.xml @@ -0,0 +1,868 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_VIETNAMESE.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_VIETNAMESE.xml new file mode 100644 index 0000000..41701eb --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_VIETNAMESE.xml @@ -0,0 +1,773 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ZHUYIN.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ZHUYIN.xml new file mode 100644 index 0000000..8c48e59 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_QTY_ZHUYIN.xml @@ -0,0 +1,682 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + 0 + + + + + + - + + + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + ; + + + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + + , + + + + + + . + + + + + + / + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_STICKER.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_STICKER.xml new file mode 100644 index 0000000..75003cd --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_STICKER.xml @@ -0,0 +1,80 @@ + + + + 210 + 213 + 217 + 255 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + icon_recent.png + + + STICKER_GROUP_RECENTLY_USED + + + + + STICKER_GROUP_1 + + + + + STICKER_GROUP_2 + + + + + STICKER_GROUP_3 + + + + + STICKER_GROUP_4 + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + diff --git a/ISEDefaultNUI/res/LYT_LANDSCAPE_STT.xml b/ISEDefaultNUI/res/LYT_LANDSCAPE_STT.xml new file mode 100644 index 0000000..111be61 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_LANDSCAPE_STT.xml @@ -0,0 +1,39 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + LANGUAGE + + + + + + Cancel + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_1.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_1.xml new file mode 100644 index 0000000..86b0258 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_1.xml @@ -0,0 +1,35 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_setting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OptionWindow + + + 0x18 + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_2.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_2.xml new file mode 100644 index 0000000..e390f70 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_2.xml @@ -0,0 +1,49 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_setting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OptionWindow + + + 0x18 + + + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x19 + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_3.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_3.xml new file mode 100644 index 0000000..3fdd4fd --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_3.xml @@ -0,0 +1,63 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_setting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OptionWindow + + + 0x18 + + + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x19 + + + + + B09_popup_icon_handwriting.png + B09_popup_icon_handwriting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1a + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_4.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_4.xml new file mode 100644 index 0000000..daf69b3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_4.xml @@ -0,0 +1,77 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_setting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OptionWindow + + + 0x18 + + + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x19 + + + + + B09_popup_icon_handwriting.png + B09_popup_icon_handwriting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1a + + + + + icon/bubble/icon_clipboard.png + icon/bubble/icon_clipboard_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1b + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_5.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_5.xml new file mode 100644 index 0000000..8e56fe0 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_5.xml @@ -0,0 +1,91 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_setting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OptionWindow + + + 0x18 + + + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x19 + + + + + B09_popup_icon_handwriting.png + B09_popup_icon_handwriting_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1a + + + + + icon/bubble/icon_clipboard.png + icon/bubble/icon_clipboard_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1b + + + + + icon/bubble/icon_camera.png + icon/bubble/icon_camera_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + 0x1c + + + + diff --git a/ISEDefaultNUI/res/LYT_MM_POPUP_6.xml b/ISEDefaultNUI/res/LYT_MM_POPUP_6.xml new file mode 100644 index 0000000..ad4312f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_MM_POPUP_6.xml @@ -0,0 +1,102 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + icon/bubble/icon_settings.png + icon/bubble/icon_settings.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + OptionWindow + + + + + icon/bubble/icon_mic.png + icon/bubble/icon_mic.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + 0x19 + + + + + B09_popup_icon_handwriting.png + B09_popup_icon_handwriting.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + 0x1a + + + + + icon/bubble/icon_clipboard.png + icon/bubble/icon_clipboard.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + 0x1b + + + + + icon/bubble/icon_camera.png + icon/bubble/icon_camera.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + 0x1c + + + + + icon/bubble/icon_qr.png + icon/bubble/icon_qr.png + + + B09_bg_Popup.png + nine patch/btn_press.#.png + nine patch/btn_press.#.png + + + 0x1d + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_DATETIME.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_DATETIME.xml new file mode 100644 index 0000000..391d570 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_DATETIME.xml @@ -0,0 +1,131 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 0 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_123.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_123.xml new file mode 100644 index 0000000..abb94c3 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_123.xml @@ -0,0 +1,133 @@ + + + + textinput_panel_bg.png + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + IPv6_3X4_ABC + + + + + + + + + 0 + + + + + + : + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_ABC.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_ABC.xml new file mode 100644 index 0000000..2caf4e6 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_IPv6_ABC.xml @@ -0,0 +1,103 @@ + + + + textinput_panel_bg.png + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + a + + + + + + b + + + + + + c + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + d + + + + + + e + + + + + + f + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + IPv6_3X4_123 + + + + + + + + + + + : + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_MONTH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_MONTH.xml new file mode 100644 index 0000000..f9dbe26 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_MONTH.xml @@ -0,0 +1,130 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + + + 10 + + + + + + 11 + + + + + + 12 + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUM.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUM.xml new file mode 100644 index 0000000..a363270 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUM.xml @@ -0,0 +1,181 @@ + + + + textinput_panel_bg.png + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + B09_icon_back.png + B09_icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_3X4_1 + + + + + B09_icon_language_port_no_t9.png + B09_icon_language_port_no_t9_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + NEXT_LANG + + + + + + 0 + + + + + B09_icon_space_multi_lang.png + B09_icon_space_multi_lang_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + B09_icon_enter.png + B09_icon_enter_press.png + B09_icon_enter_disabled.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY.xml new file mode 100644 index 0000000..cc3a2db --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY.xml @@ -0,0 +1,172 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_DEC.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_DEC.xml new file mode 100644 index 0000000..6e3c4e2 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_DEC.xml @@ -0,0 +1,175 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + . + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG.xml new file mode 100644 index 0000000..4b4ad94 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG.xml @@ -0,0 +1,175 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + - + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml new file mode 100644 index 0000000..1cd6d8f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml @@ -0,0 +1,175 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + . + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + 0 + + + + + B09_icon_space_dim_73x22.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_PASSWD.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_PASSWD.xml new file mode 100644 index 0000000..df3bf3f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_PASSWD.xml @@ -0,0 +1,140 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + 0 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE.xml new file mode 100644 index 0000000..c8a86c7 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE.xml @@ -0,0 +1,194 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PHONE_3X4_SYM + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + * + + + + + + 0 + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + # + + + + + icon/65x65/icon_setting_nor.png + icon/65x65/icon_setting_press.png + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml new file mode 100644 index 0000000..e83778b --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml @@ -0,0 +1,160 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + icon/65x65/icon_back_nor.png + icon/65x65/icon_back_press.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + + + + , + + + + + + + + icon/65x65/icon_enter_qwerty_nor.png + icon/65x65/icon_enter_qwerty_press.png + icon/65x65/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + + + + ; + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + PHONE_3X4 + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + icon_space_nor.png + icon_space_press.png + icon_space_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Space + + + + + icon/65x65/icon_setting_nor.png + icon/65x65/icon_setting_press.png + icon/65x65/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_EMOTICON.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_EMOTICON.xml new file mode 100644 index 0000000..af60fa4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_EMOTICON.xml @@ -0,0 +1,100 @@ + + + + 237 + 238 + 240 + 255 + + + btn_bg_press.png + + + + + + CUR_LANG + + + + + + SYM_QTY_1 + + + + + emotion/icon_recent.png + emotion/icon_recent_press.png + emotion/icon_recent_dim.png + + + EMOTICON_GROUP_RECENTLY_USED + + + + + emotion/icon_emotion.png + emotion/icon_emotion_press.png + emotion/icon_emotion_dim.png + + + EMOTICON_GROUP_FACE + + + + + emotion/icon_crown.png + emotion/icon_crown_press.png + emotion/icon_crown_dim.png + + + EMOTICON_GROUP_CROWN + + + + + emotion/icon_dog.png + emotion/icon_dog_press.png + emotion/icon_dog_dim.png + + + EMOTICON_GROUP_DOG + + + + + emotion/icon_house.png + emotion/icon_house_press.png + emotion/icon_house_dim.png + + + EMOTICON_GROUP_HOUSE + + + + + emotion/icon_star.png + emotion/icon_star_press.png + emotion/icon_star_dim.png + + + EMOTICON_GROUP_STAR + + + + + icon_back_nor.png + icon_back_press.png + icon_back_dim.png + + + BackSpace + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_NMT.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_NMT.xml new file mode 100644 index 0000000..e1c31b0 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_NMT.xml @@ -0,0 +1,42 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + CUR_LANG + + + + + + Translate + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_PUNCTUATION_POPUP.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_PUNCTUATION_POPUP.xml new file mode 100644 index 0000000..ec63206 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_PUNCTUATION_POPUP.xml @@ -0,0 +1,152 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + nine patch/popup_bg_press_top_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + nine patch/popup_bg_press_top_right.#.png + + + SYM_QTY_1 + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_bg_press_dwon_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + + + nine patch/popup_line.9.png + + + + + + nine patch/popup_bg_press_down_right.#.png + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ALBANIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ALBANIAN.xml new file mode 100644 index 0000000..2d24030 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ALBANIAN.xml @@ -0,0 +1,867 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ARMENIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ARMENIAN.xml new file mode 100644 index 0000000..b61a926 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ARMENIAN.xml @@ -0,0 +1,638 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_AZERBAIJAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_AZERBAIJAN.xml new file mode 100644 index 0000000..a0f0205 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_AZERBAIJAN.xml @@ -0,0 +1,902 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BASQUE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BASQUE.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BASQUE.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BULGARIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BULGARIAN.xml new file mode 100644 index 0000000..e551a70 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_BULGARIAN.xml @@ -0,0 +1,571 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CANGJIE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CANGJIE.xml new file mode 100644 index 0000000..669418d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CANGJIE.xml @@ -0,0 +1,587 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + + , + + + + + icon/54x54/icon_back_nor.png + B09_icon_back_press_54x54_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CATALAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CATALAN.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CATALAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CHINESE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CHINESE.xml new file mode 100644 index 0000000..80916ec --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CHINESE.xml @@ -0,0 +1,501 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CROATIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CROATIAN.xml new file mode 100644 index 0000000..135d9f4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CROATIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CZECH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CZECH.xml new file mode 100644 index 0000000..135d9f4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_CZECH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DANISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DANISH.xml new file mode 100644 index 0000000..d82965a --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DANISH.xml @@ -0,0 +1,874 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DUTCH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DUTCH.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_DUTCH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ENGLISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ENGLISH.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ENGLISH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ESTONIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ESTONIAN.xml new file mode 100644 index 0000000..33f0ebf --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ESTONIAN.xml @@ -0,0 +1,881 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FINNISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FINNISH.xml new file mode 100644 index 0000000..ee3ca82 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FINNISH.xml @@ -0,0 +1,874 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FRENCH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FRENCH.xml new file mode 100644 index 0000000..8927fb8 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_FRENCH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GALICIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GALICIAN.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GALICIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GEORGIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GEORGIAN.xml new file mode 100644 index 0000000..c288d02 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GEORGIAN.xml @@ -0,0 +1,512 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GERMAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GERMAN.xml new file mode 100644 index 0000000..135d9f4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GERMAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GREEK.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GREEK.xml new file mode 100644 index 0000000..f2e5f5c --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_GREEK.xml @@ -0,0 +1,536 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HINDI.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HINDI.xml new file mode 100644 index 0000000..d1d68ee --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HINDI.xml @@ -0,0 +1,659 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + HINDI_MODI_QTY + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HUNGARIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HUNGARIAN.xml new file mode 100644 index 0000000..135d9f4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_HUNGARIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ICELANDIC.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ICELANDIC.xml new file mode 100644 index 0000000..7a3609d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ICELANDIC.xml @@ -0,0 +1,874 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_IRISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_IRISH.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_IRISH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ITALIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ITALIAN.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ITALIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_JAPANESE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_JAPANESE.xml new file mode 100644 index 0000000..abad4fc --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_JAPANESE.xml @@ -0,0 +1,493 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KAZAKH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KAZAKH.xml new file mode 100644 index 0000000..40d43fe --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KAZAKH.xml @@ -0,0 +1,652 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KOREAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KOREAN.xml new file mode 100644 index 0000000..b185e3b --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_KOREAN.xml @@ -0,0 +1,604 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LATVIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LATVIAN.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LATVIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LITHUANIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LITHUANIAN.xml new file mode 100644 index 0000000..23cba75 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_LITHUANIAN.xml @@ -0,0 +1,923 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_MACEDONIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_MACEDONIAN.xml new file mode 100644 index 0000000..ad0ac85 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_MACEDONIAN.xml @@ -0,0 +1,578 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_NORWEGIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_NORWEGIAN.xml new file mode 100644 index 0000000..3e26981 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_NORWEGIAN.xml @@ -0,0 +1,874 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_POLISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_POLISH.xml new file mode 100644 index 0000000..bc63ebf --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_POLISH.xml @@ -0,0 +1,856 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_PORTUGUESE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_PORTUGUESE.xml new file mode 100644 index 0000000..f154383 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_PORTUGUESE.xml @@ -0,0 +1,858 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ROMANIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ROMANIAN.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ROMANIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_RUSSIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_RUSSIAN.xml new file mode 100644 index 0000000..c2b600d --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_RUSSIAN.xml @@ -0,0 +1,587 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SERBIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SERBIAN.xml new file mode 100644 index 0000000..135d9f4 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SERBIAN.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVAK.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVAK.xml new file mode 100644 index 0000000..f154383 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVAK.xml @@ -0,0 +1,858 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVENIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVENIAN.xml new file mode 100644 index 0000000..88fde3e --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SLOVENIAN.xml @@ -0,0 +1,822 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SPANISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SPANISH.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SPANISH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SWEDISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SWEDISH.xml new file mode 100644 index 0000000..effcf33 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SWEDISH.xml @@ -0,0 +1,874 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_1.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_1.xml new file mode 100644 index 0000000..62dfc08 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_1.xml @@ -0,0 +1,440 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_2 + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_2.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_2.xml new file mode 100644 index 0000000..72a2d2c --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_SYM_2.xml @@ -0,0 +1,440 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + CUR_LANG + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_TURKISH.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_TURKISH.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_TURKISH.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UKRAINIAN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UKRAINIAN.xml new file mode 100644 index 0000000..06ce757 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UKRAINIAN.xml @@ -0,0 +1,585 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UZBEK.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UZBEK.xml new file mode 100644 index 0000000..bc61212 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_UZBEK.xml @@ -0,0 +1,853 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_VIETNAMESE.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_VIETNAMESE.xml new file mode 100644 index 0000000..3ae2c35 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_VIETNAMESE.xml @@ -0,0 +1,758 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_shift_normal.png + icon/54x54/icon_shift_tab.png + icon/54x54/icon_shift_doubletab.png + icon/54x54/icon_shift_press.png + icon/54x54/icon_shift_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_02.#.png + nine patch/btn_doubletab.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Shift + + + + + + + + + + + + + + + + + + + + + + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ZHUYIN.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ZHUYIN.xml new file mode 100644 index 0000000..1c2cad6 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_QTY_ZHUYIN.xml @@ -0,0 +1,672 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + + 1 + + + + + + 2 + + + + + + 3 + + + + + + 4 + + + + + + 5 + + + + + + 6 + + + + + + 7 + + + + + + 8 + + + + + + 9 + + + + + + 0 + + + + + + - + + + + + + + + q + + + + + + w + + + + + + e + + + + + + r + + + + + + t + + + + + + y + + + + + + u + + + + + + i + + + + + + o + + + + + + p + + + + + + + + a + + + + + + s + + + + + + d + + + + + + f + + + + + + g + + + + + + h + + + + + + j + + + + + + k + + + + + + l + + + + + + ; + + + + + + + + z + + + + + + x + + + + + + c + + + + + + v + + + + + + b + + + + + + n + + + + + + m + + + + + + , + + + + + + . + + + + + + / + + + + + icon/54x54/icon_back_nor.png + icon/54x54/icon_back_press.png + icon/54x54/icon_back_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + BackSpace + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + btn_arrow_l.png + btn_arrow_l.png + btn_arrow_l.png + + + Space + + + + + + icon/icon_q_question_02.png + icon/icon_q_question_02.png + icon/icon_q_question_02.png + + + PUNCTUATION_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + SYM_QTY_1 + + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + OPTION + + + CM_POPUP + + + + + + + + + Space + + + + + + + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + URL_POPUP + + + + + icon/54x54/icon_enter_qwerty_nor.png + icon/54x54/icon_enter_qwerty_press.png + icon/54x54/icon_enter_qwerty_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + Enter + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + + + + button/btn_arrow_s_left.png + + + + + + + + + + button/btn_arrow_s_right.png + + + + + + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_STICKER.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_STICKER.xml new file mode 100644 index 0000000..b12b71f --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_STICKER.xml @@ -0,0 +1,68 @@ + + + + 237 + 238 + 240 + 255 + + + btn_bg_press.png + + + + + + CUR_LANG + + + + + + SYM_QTY_1 + + + + + icon_recent.png + + + STICKER_GROUP_RECENTLY_USED + + + + + STICKER_GROUP_1 + + + + + STICKER_GROUP_2 + + + + + STICKER_GROUP_3 + + + + + STICKER_GROUP_4 + + + + + icon_back_nor.png + icon_back_press.png + icon_back_dim.png + + + BackSpace + + + + diff --git a/ISEDefaultNUI/res/LYT_PORTRAIT_STT.xml b/ISEDefaultNUI/res/LYT_PORTRAIT_STT.xml new file mode 100644 index 0000000..25424be --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PORTRAIT_STT.xml @@ -0,0 +1,39 @@ + + + + 210 + 213 + 217 + 255 + + + nine patch/btn_01.#.png + nine patch/btn_press.#.png + nine patch/btn_01.#.png + + + + + icon/54x54/icon_setting_nor.png + icon/54x54/icon_setting_press.png + icon/54x54/icon_setting_dim.png + + + nine patch/btn_02.#.png + nine patch/btn_press.#.png + nine patch/btn_02.#.png + + + LANGUAGE + + + + + + Cancel + + + + diff --git a/ISEDefaultNUI/res/LYT_PUNCTUATION_POPUP.xml b/ISEDefaultNUI/res/LYT_PUNCTUATION_POPUP.xml new file mode 100644 index 0000000..23aa9d5 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_PUNCTUATION_POPUP.xml @@ -0,0 +1,120 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + popup_line/popup_line_top_left.png + + + + + + popup_line/popup_line_top_center.png + + + + + + popup_line/popup_line_top_center.png + + + + + + popup_line/popup_line_top_center.png + + + + + + popup_line/popup_line_top_center.png + + + + + + popup_line/popup_line_sym_btn.png + popup_line/popup_line_sym_btn_press.png + + + SYM_QTY_1 + + + + + + + + popup_line/popup_line_bottom_left.png + + + + + + popup_line/popup_line_bottom_center.png + + + + + + popup_line/popup_line_bottom_center.png + + + + + + popup_line/popup_line_bottom_center.png + + + + + + popup_line/popup_line_bottom_center.png + + + + + + popup_line/popup_line_bottom_right.png + + + + diff --git a/ISEDefaultNUI/res/LYT_URL_POPUP.xml b/ISEDefaultNUI/res/LYT_URL_POPUP.xml new file mode 100644 index 0000000..56760f1 --- /dev/null +++ b/ISEDefaultNUI/res/LYT_URL_POPUP.xml @@ -0,0 +1,133 @@ + + + + nine patch/popup_bg.#.png + + + nine patch/popup_bg_press_middle.#.png + + + + + nine patch/popup_stroke.#.png + + + + + + + + .gov + + + nine patch/popup_bg_press_top_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + .edu + + + + + nine patch/popup_line.9.png + + + + + + .org + + + + + nine patch/popup_line.9.png + + + + + + .net + + + nine patch/popup_bg_press_top_right.#.png + + + + + + + nine patch/popup_line.9.png + + + + + + + + .go.uk + + + nine patch/popup_bg_press_dwon_left.#.png + + + + + nine patch/popup_line.9.png + + + + + + .ac.uk + + + + + nine patch/popup_line.9.png + + + + + + .or.uk + + + + + nine patch/popup_line.9.png + + + + + + .co.uk + + + nine patch/popup_bg_press_down_right.#.png + + + + diff --git a/ISEDefaultNUI/res/autopopup_configure.xml b/ISEDefaultNUI/res/autopopup_configure.xml new file mode 100644 index 0000000..977f6a2 --- /dev/null +++ b/ISEDefaultNUI/res/autopopup_configure.xml @@ -0,0 +1,46 @@ + + + nine patch/popup_bg.#.png + + 0 + 0 + 0 + 0 + + 3 + + 0 + 0 + 0 + 0 + + 0 + + + nine patch/popup_bg_press_middle.#.png + + + nine patch/popup_line.9.png + 0 + + 75 + 116 + + 2 + AUTOPOPUP + + + + + + nine patch/popup_stroke.#.png + + + + + + 6 + + 100 + + diff --git a/ISEDefaultNUI/res/default_configure.xml b/ISEDefaultNUI/res/default_configure.xml new file mode 100644 index 0000000..653212d --- /dev/null +++ b/ISEDefaultNUI/res/default_configure.xml @@ -0,0 +1,32 @@ + + + portrait + QTY_ENGLISH + 720 + 1280 + true + true + true + true + true + false + 0 + + + 0 + 0 + + + 0 + 0 + + + DEFAULT + false + + 0 + 0 + 0 + 102 + + diff --git a/ISEDefaultNUI/res/input_mode_configure.xml b/ISEDefaultNUI/res/input_mode_configure.xml new file mode 100644 index 0000000..2235cd8 --- /dev/null +++ b/ISEDefaultNUI/res/input_mode_configure.xml @@ -0,0 +1,627 @@ + + + + + LYT_PORTRAIT_QTY_ENGLISH.xml + LYT_LANDSCAPE_QTY_ENGLISH.xml + + + + + LYT_PORTRAIT_QTY_FRENCH.xml + LYT_LANDSCAPE_QTY_FRENCH.xml + + + + + + LYT_PORTRAIT_QTY_ITALIAN.xml + LYT_LANDSCAPE_QTY_ITALIAN.xml + + + + + LYT_PORTRAIT_QTY_SPANISH.xml + LYT_LANDSCAPE_QTY_SPANISH.xml + + + + + LYT_PORTRAIT_QTY_GALICIAN.xml + LYT_LANDSCAPE_QTY_GALICIAN.xml + + + + + LYT_PORTRAIT_QTY_CATALAN.xml + LYT_LANDSCAPE_QTY_CATALAN.xml + + + + + LYT_PORTRAIT_QTY_BASQUE.xml + LYT_LANDSCAPE_QTY_BASQUE.xml + + + + + LYT_PORTRAIT_QTY_DUTCH.xml + LYT_LANDSCAPE_QTY_DUTCH.xml + + + + + LYT_PORTRAIT_QTY_POLISH.xml + LYT_LANDSCAPE_QTY_POLISH.xml + + + + + LYT_PORTRAIT_QTY_PORTUGUESE.xml + LYT_LANDSCAPE_QTY_PORTUGUESE.xml + + + + + LYT_PORTRAIT_QTY_ROMANIAN.xml + LYT_LANDSCAPE_QTY_ROMANIAN.xml + + + + + + LYT_PORTRAIT_QTY_SLOVAK.xml + LYT_LANDSCAPE_QTY_SLOVAK.xml + + + + + + LYT_PORTRAIT_QTY_TURKISH.xml + LYT_LANDSCAPE_QTY_TURKISH.xml + + + + + LYT_PORTRAIT_QTY_GERMAN.xml + LYT_LANDSCAPE_QTY_GERMAN.xml + + + + + + LYT_PORTRAIT_QTY_CZECH.xml + LYT_LANDSCAPE_QTY_CZECH.xml + + + + + + LYT_PORTRAIT_QTY_CROATIAN.xml + LYT_LANDSCAPE_QTY_CROATIAN.xml + + + + + LYT_PORTRAIT_QTY_SLOVENIAN.xml + LYT_LANDSCAPE_QTY_SLOVENIAN.xml + + + + + + LYT_PORTRAIT_QTY_HUNGARIAN.xml + LYT_LANDSCAPE_QTY_HUNGARIAN.xml + + + + + + LYT_PORTRAIT_QTY_SERBIAN.xml + LYT_LANDSCAPE_QTY_SERBIAN.xml + + + + + + + LYT_PORTRAIT_QTY_NORWEGIAN.xml + LYT_LANDSCAPE_QTY_NORWEGIAN.xml + + + + + LYT_PORTRAIT_QTY_DANISH.xml + LYT_LANDSCAPE_QTY_DANISH.xml + + + + + LYT_PORTRAIT_QTY_SWEDISH.xml + LYT_LANDSCAPE_QTY_SWEDISH.xml + + + + + LYT_PORTRAIT_QTY_FINNISH.xml + LYT_LANDSCAPE_QTY_FINNISH.xml + + + + + + + LYT_PORTRAIT_QTY_ICELANDIC.xml + LYT_LANDSCAPE_QTY_ICELANDIC.xml + + + + + + + LYT_PORTRAIT_QTY_ESTONIAN.xml + LYT_LANDSCAPE_QTY_ESTONIAN.xml + + + + + + + LYT_PORTRAIT_QTY_AZERBAIJAN.xml + LYT_LANDSCAPE_QTY_AZERBAIJAN.xml + + + + + + + LYT_PORTRAIT_QTY_LATVIAN.xml + LYT_LANDSCAPE_QTY_LATVIAN.xml + + + + + LYT_PORTRAIT_QTY_ALBANIAN.xml + LYT_LANDSCAPE_QTY_ALBANIAN.xml + + + + + + LYT_PORTRAIT_QTY_KOREAN.xml + LYT_LANDSCAPE_QTY_KOREAN.xml + + + + + + LYT_PORTRAIT_QTY_CHINESE.xml + LYT_LANDSCAPE_QTY_CHINESE.xml + + + + + LYT_PORTRAIT_QTY_RUSSIAN.xml + LYT_LANDSCAPE_QTY_RUSSIAN.xml + + + + + LYT_PORTRAIT_QTY_BULGARIAN.xml + LYT_LANDSCAPE_QTY_BULGARIAN.xml + + + + + LYT_PORTRAIT_QTY_UKRAINIAN.xml + LYT_LANDSCAPE_QTY_UKRAINIAN.xml + + + + + LYT_PORTRAIT_QTY_KAZAKH.xml + LYT_LANDSCAPE_QTY_KAZAKH.xml + + + + + LYT_PORTRAIT_QTY_GEORGIAN.xml + LYT_LANDSCAPE_QTY_GEORGIAN.xml + + + + + LYT_PORTRAIT_QTY_GREEK.xml + LYT_LANDSCAPE_QTY_GREEK.xml + + + + + LYT_PORTRAIT_QTY_MACEDONIAN.xml + LYT_LANDSCAPE_QTY_MACEDONIAN.xml + + + + + LYT_PORTRAIT_QTY_ARMENIAN.xml + LYT_LANDSCAPE_QTY_ARMENIAN.xml + + + + + LYT_PORTRAIT_QTY_VIETNAMESE.xml + LYT_LANDSCAPE_QTY_VIETNAMESE.xml + + + + + LYT_PORTRAIT_QTY_HINDI.xml + LYT_LANDSCAPE_QTY_HINDI.xml + + + + + LYT_PORTRAIT_QTY_IRISH.xml + LYT_LANDSCAPE_QTY_IRISH.xml + + + + + LYT_PORTRAIT_QTY_UZBEK.xml + LYT_LANDSCAPE_QTY_UZBEK.xml + + + + + + LYT_PORTRAIT_QTY_JAPANESE.xml + LYT_LANDSCAPE_QTY_JAPANESE.xml + + + + + LYT_PORTRAIT_QTY_CANGJIE.xml + LYT_LANDSCAPE_QTY_CANGJIE.xml + + + + + LYT_PORTRAIT_QTY_ZHUYIN.xml + LYT_LANDSCAPE_QTY_ZHUYIN.xml + + + + + LYT_PORTRAIT_QTY_LITHUANIAN.xml + LYT_LANDSCAPE_QTY_LITHUANIAN.xml + + + + + LYT_PORTRAIT_QTY_SYM_1.xml + LYT_LANDSCAPE_QTY_SYM_1.xml + + + + + LYT_PORTRAIT_QTY_SYM_2.xml + LYT_LANDSCAPE_QTY_SYM_2.xml + + + + + + LYT_PORTRAIT_3X4_TELEPHONE.xml + LYT_LANDSCAPE_3X4_TELEPHONE.xml + + + + + LYT_PORTRAIT_3X4_TELEPHONE_SYM.xml + LYT_LANDSCAPE_3X4_TELEPHONE_SYM.xml + + + + + LYT_PORTRAIT_3X4_IPv6_123.xml + LYT_LANDSCAPE_QTY_SYM_1.xml + + + + + LYT_PORTRAIT_STT.xml + LYT_LANDSCAPE_STT.xml + + + + + LYT_PORTRAIT_3X4_NUMONLY.xml + LYT_LANDSCAPE_3X4_NUMONLY.xml + + + + + LYT_PORTRAIT_3X4_NUMONLY_DEC.xml + LYT_LANDSCAPE_3X4_NUMONLY_DEC.xml + + + + + LYT_PORTRAIT_3X4_NUMONLY_SIG.xml + LYT_LANDSCAPE_3X4_NUMONLY_SIG.xml + + + + + LYT_PORTRAIT_3X4_NUMONLY_SIG_DEC.xml + LYT_LANDSCAPE_3X4_NUMONLY_SIG_DEC.xml + + + + + LYT_PORTRAIT_3X4_MONTH.xml + LYT_LANDSCAPE_3X4_MONTH.xml + + + + + LYT_PORTRAIT_3X4_DATETIME.xml + LYT_LANDSCAPE_3X4_DATETIME.xml + + + + + LYT_PORTRAIT_3X4_PASSWD.xml + LYT_LANDSCAPE_3X4_PASSWD.xml + + + + + LYT_PORTRAIT_EMOTICON.xml + LYT_LANDSCAPE_EMOTICON.xml + + + + + LYT_EMOTICON_POPUP.xml + LYT_EMOTICON_POPUP.xml + + + + + LYT_PORTRAIT_PUNCTUATION_POPUP.xml + LYT_LANDSCAPE_PUNCTUATION_POPUP.xml + + + + + LYT_URL_POPUP.xml + LYT_URL_POPUP.xml + + + + + LYT_CM_POPUP.xml + LYT_CM_POPUP.xml + + + + + LYT_PORTRAIT_STICKER.xml + LYT_LANDSCAPE_STICKER.xml + + + diff --git a/ISEDefaultNUI/res/ise_lang_table.xml b/ISEDefaultNUI/res/ise_lang_table.xml new file mode 100644 index 0000000..f4bba41 --- /dev/null +++ b/ISEDefaultNUI/res/ise_lang_table.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ISEDefaultNUI/res/label_property.xml b/ISEDefaultNUI/res/label_property.xml new file mode 100644 index 0000000..03e9725 --- /dev/null +++ b/ISEDefaultNUI/res/label_property.xml @@ -0,0 +1,653 @@ + + + + + + 0x000000ff + 0x000000ff + 0x17171733 + + + + + 0x00000080 + 0x00000080 + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x636363ff + 0x636363ff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x636363ff + 0x636363ff + 0x17171733 + + + + + + + 0x1717177f + 0x000000ff + 0x17171733 + + + + + + + 0x1717177f + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x000000ff + 0x000000ff + 0x000000ff + + + + + 0x293d5eff + 0x000000ff + 0x293d5e33 + + + + + + + 0x00a6c2ff + 0x00a6c2ff + 0x00a6c233 + + + + + 0x00a6c2ff + 0x00a6c2ff + 0x00a6c233 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x626465ff + 0x000000ff + 0x62646533 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x626465ff + 0x000000ff + 0x62646533 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x626465ff + 0x000000ff + 0x62646533 + + + + + + + 0x1717177f + 0x0000007f + 0x17171733 + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x1717177f + 0x0000007f + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x1717177f + 0x0000007f + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x1717177f + 0x0000007f + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x1717174c + 0x1717174c + 0x1717174c + + + + + 0x1717174c + 0x1717174c + 0x1717174c + + + + + + + 0x1717174c + 0x1717174c + 0x1717174c + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + + + 0x1717174c + 0x1717174c + 0x1717174c + + + + + + + 0x1717174c + 0x1717174c + 0x1717174c + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x171717ff + 0x171717ff + + + + + + + 0x171717ff + 0x171717ff + 0x17171733 + + + + + + + 0x171717ff + 0x171717ff + 0x17171733 + + + + + + + 0x171717ff + 0x171717ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x626465ff + 0x000000ff + 0x62646533 + + + + + + + 0x1717177f + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x626465ff + 0x000000ff + 0x62646533 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x1717177f + 0x000000ff + 0x17171733 + + + + + + + 0x171717ff + 0x000000ff + 0x17171733 + + + + + 0x1717177f + 0x000000ff + 0x17171733 + + + + + + + 0x00000099 + 0x00000099 + 0x00000099 + + + + + + + + + + + + + + + + + + + + + + + + + + + 0xfafafaff + 0xfafafaff + 0x17171733 + + + + + 0xfafafaff + 0xfafafaff + 0xfafafa1e + + + + diff --git a/ISEDefaultNUI/res/magnifier_configure.xml b/ISEDefaultNUI/res/magnifier_configure.xml new file mode 100644 index 0000000..526845b --- /dev/null +++ b/ISEDefaultNUI/res/magnifier_configure.xml @@ -0,0 +1,36 @@ + + + label_only + 88 + 108 + + 0 + 1 + 88 + 107 + + + nine patch/popup_bg.#.png + nine patch/popup_bg.#.png + nine patch/popup_bg.#.png + nine patch/popup_bg.#.png + + true + MAGNIFIER + + + + + + nine patch/popup_stroke.#.png + + + + + + + 0 + -14 + + false + diff --git a/ISEDefaultNUI/res/main_entry.xml b/ISEDefaultNUI/res/main_entry.xml new file mode 100644 index 0000000..3fe768e --- /dev/null +++ b/ISEDefaultNUI/res/main_entry.xml @@ -0,0 +1,12 @@ + + + + input_mode_configure.xml + label_property.xml + modifier_decoration.xml + default_configure.xml + autopopup_configure.xml + magnifier_configure.xml + nine_patch_file_list.xml + + \ No newline at end of file diff --git a/ISEDefaultNUI/res/modifier_decoration.xml b/ISEDefaultNUI/res/modifier_decoration.xml new file mode 100644 index 0000000..d4f9a03 --- /dev/null +++ b/ISEDefaultNUI/res/modifier_decoration.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/ISEDefaultNUI/res/nine_patch_file_list.xml b/ISEDefaultNUI/res/nine_patch_file_list.xml new file mode 100644 index 0000000..ac2a57e --- /dev/null +++ b/ISEDefaultNUI/res/nine_patch_file_list.xml @@ -0,0 +1,3 @@ + + + -- 2.7.4