diff options
| author | Jagadeeshan S | 2024-12-19 05:35:36 +0530 |
|---|---|---|
| committer | GitHub | 2024-12-19 01:05:36 +0100 |
| commit | ae50ff2a5ce83589c8f96c18e98e8b213293fc75 (patch) | |
| tree | 11e9c78b7fc94eb49668b9c18fddf8739dd9b855 /res/values | |
| parent | 82e472ba469c44272e6e3cfd5b9e047a7121ef68 (diff) | |
| download | unexpected-keyboard-ae50ff2a5ce83589c8f96c18e98e8b213293fc75.tar.gz unexpected-keyboard-ae50ff2a5ce83589c8f96c18e98e8b213293fc75.zip | |
Added tamil layout (#833)
Signed-off-by: Jagadeeshan S <jagadeeshan.s@addverb.com>
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/layouts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 579081e..f57b29f 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -71,6 +71,7 @@ <item>latn_qwertz_sq</item> <item>latn_workman_us</item> <item>shaw_imperial_en</item> + <item>tamil_default</item> <item>urdu_phonetic_ur</item> <item>custom</item> </string-array> @@ -144,6 +145,7 @@ <item>QWERTZ (Albanian)</item> <item>WORKMAN (US)</item> <item>Shaw Imperial</item> + <item>தமிழ்</item> <item>Urdu Phonetic</item> <item>@string/pref_layout_e_custom</item> </string-array> @@ -217,6 +219,7 @@ <item>@xml/latn_qwertz_sq</item> <item>@xml/latn_workman_us</item> <item>@xml/shaw_imperial_en</item> + <item>@xml/tamil_default</item> <item>@xml/urdu_phonetic_ur</item> <item>-1</item> </integer-array> |
