From 059dd3f3c7aa5d1bf8db8a2659298d4170e0d674 Mon Sep 17 00:00:00 2001 From: ronie Date: Thu, 22 Jul 2021 00:39:22 +0200 Subject: Keyboard dialog: add password reveal button --- addons/skin.estouchy/media/icon_keyboard_hide.png | Bin 0 -> 1402 bytes addons/skin.estouchy/media/icon_keyboard_show.png | Bin 0 -> 1321 bytes addons/skin.estouchy/xml/DialogKeyboard.xml | 36 ++++++++++++++++++++-- addons/skin.estouchy/xml/Includes.xml | 4 +++ 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 addons/skin.estouchy/media/icon_keyboard_hide.png create mode 100644 addons/skin.estouchy/media/icon_keyboard_show.png (limited to 'addons/skin.estouchy') diff --git a/addons/skin.estouchy/media/icon_keyboard_hide.png b/addons/skin.estouchy/media/icon_keyboard_hide.png new file mode 100644 index 0000000000..c3d59d3723 Binary files /dev/null and b/addons/skin.estouchy/media/icon_keyboard_hide.png differ diff --git a/addons/skin.estouchy/media/icon_keyboard_show.png b/addons/skin.estouchy/media/icon_keyboard_show.png new file mode 100644 index 0000000000..84fe827ea2 Binary files /dev/null and b/addons/skin.estouchy/media/icon_keyboard_show.png differ diff --git a/addons/skin.estouchy/xml/DialogKeyboard.xml b/addons/skin.estouchy/xml/DialogKeyboard.xml index 76afd6fc00..deeed76d3c 100644 --- a/addons/skin.estouchy/xml/DialogKeyboard.xml +++ b/addons/skin.estouchy/xml/DialogKeyboard.xml @@ -172,9 +172,9 @@ (0,12) key button 306 - 132 - KeyboardButton - + 132 + KeyboardButton + 0 0 @@ -656,6 +656,36 @@ center center + + 0 + 0 + 76 + 76 + + show password button + 0 + 0 + 76 + 76 + white.png + list_focus.png + + + center + center + + + + Next Icon image + 13 + 18 + 50 + 40 + keep + $VAR[PasswordButton] + Control.IsVisible(310) + + diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml index 52c036bd01..bb168e958a 100644 --- a/addons/skin.estouchy/xml/Includes.xml +++ b/addons/skin.estouchy/xml/Includes.xml @@ -88,6 +88,10 @@ HW SW + + icon_keyboard_show.png + icon_keyboard_hide.png + ScreenWidth-16x9 -- cgit v1.2.3