summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-05 23:43:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-05 23:50:13 -0400
commit15f9095ae8bf3b652de886a28275c71efaab1ac5 (patch)
tree0700f80dd47576558018cfdaa61664623f500b7d /AndroidManifest.xml
parentf3af08d258a7ae372192fe38ffb64a489584d554 (diff)
Transplant in the code from Penboard, just to have something working.
The diff of this commit will likely be helpful.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b16718d..fe5bd1c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -42,6 +42,13 @@
android:name="SettingsCreateGestureActivity"
android:label="@string/label_create_gesture" />
+ <!-- The insert-symbol dialog from Penboard -->
+ <activity
+ android:name="IMESymbolsActivity"
+ android:configChanges="orientation|keyboardHidden"
+ android:screenOrientation="portrait"
+ android:theme="@android:style/Theme.Dialog" >
+ </activity>
</application>
</manifest>