Add filename layout variation in demo 88/95588/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Nov 2016 02:34:23 +0000 (11:34 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Nov 2016 02:34:56 +0000 (11:34 +0900)
Change-Id: Ia27def4fdfadc39e6549b3a33dceb59f9d86f596
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/demos/isf_layout_efl.cpp

index 08207b7..1b20df0 100644 (file)
@@ -46,6 +46,7 @@ struct _menu_item {
 
 static struct _menu_item _menu_its[] = {
     { N_("NORMAL LAYOUT"), N_("click to enter TEXT"), ELM_INPUT_PANEL_LAYOUT_NORMAL, 0 },
+    { N_("NORMAL - FILENAME LAYOUT"), N_("click to enter TEXT"), ELM_INPUT_PANEL_LAYOUT_NORMAL, ELM_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME },
     { N_("NUMBER LAYOUT"), N_("click to enter NUMBER"), ELM_INPUT_PANEL_LAYOUT_NUMBER, 0 },
     { N_("EMAIL LAYOUT"), N_("click to enter EMAIL"), ELM_INPUT_PANEL_LAYOUT_EMAIL, 0 },
     { N_("URL LAYOUT"), N_("click to enter URL"), ELM_INPUT_PANEL_LAYOUT_URL, 0 },