1
0
forked from GitHub/gf-core

now the Android App has a translation keyboard which allows the translations to be done from inside another application

This commit is contained in:
kr.angelov
2013-11-13 10:45:20 +00:00
parent fa4c327463
commit ab1856046f
31 changed files with 1181 additions and 11 deletions

View File

@@ -3,5 +3,8 @@
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="key_height">50dip</dimen>
<dimen name="candidate_font_height">16sp</dimen>
<dimen name="candidate_vertical_padding">6sp</dimen>
</resources>

View File

@@ -9,4 +9,15 @@
<string name="mic_input">Speech Input</string>
<string name="keyboard_input">Keyboard Input</string>
<string name="global_preferences_key">org.grammaticalframework.ui.android.GLOBAL_PREFERENCES</string>
<!-- Labels on soft keys -->
<string name="label_done_key">Done</string>
<string name="label_go_key">Go</string>
<string name="label_next_key">Next</string>
<string name="label_previous_key">Previous</string>
<string name="label_send_key">Send</string>
<!-- Labels for subtype -->
<string name="normalKeyboardMode">normalKeyboardMode</string>
<string name="internalKeyboardMode">internalKeyboardMode</string>
</resources>