text: Added a new input hint for Fullscreen mode 48/317948/2
authorInhong Han <inhong1.han@samsung.com>
Fri, 10 Jan 2025 01:41:41 +0000 (10:41 +0900)
committerInhong Han <inhong1.han@samsung.com>
Fri, 10 Jan 2025 05:44:16 +0000 (14:44 +0900)
Change-Id: I0c6be22a884d63039b0d147fb0aa1e882be207f6

protocol/tizen/text.xml

index 2122b187c62a86566b1cad59767c2a93468e3e1d..0ddd4341a57a1b670babbdd2eb8614c5ef0b8854 100644 (file)
       <entry name="latin" value="0x100" summary="just latin characters should be entered"/>
       <entry name="multiline" value="0x200" summary="the text input is multiline"/>
       <entry name="word_capitalization" value="0x400" summary="switch to uppercase letters at the start of a word"/>
+      <entry name="fullscreen_mode" value="0x800" summary="the input panel should be shown in fullscreen mode"/>
       <entry name="autofill_credit_card_expiration_date" value="0x10000" summary="autofilled with credit card expiration date"/>
       <entry name="autofill_credit_card_expiration_day" value="0x20000" summary="autofilled with credit card expiration day"/>
       <entry name="autofill_credit_card_expiration_month" value="0x30000" summary="autofilled with credit card expiration month"/>