summaryrefslogtreecommitdiff
path: root/res/layout/ime.xml
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-05-07 12:36:36 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-05-07 12:36:36 -0400
commitfac4b2b460ba84cc38fb75ecbf09755528050bc7 (patch)
tree298c3400f22f4ca9b84beb0a3df7f55bbabc9003 /res/layout/ime.xml
parent9ca3fa2d19c48dafb5f25f92bcd5ba87d03031b0 (diff)
parent58aa0ea407aedde32cbde69b2dbb6cf4ae9e31a5 (diff)
Merge branch 'master' of https://github.com/AndrewMurrell/minak
Diffstat (limited to 'res/layout/ime.xml')
-rw-r--r--res/layout/ime.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/ime.xml b/res/layout/ime.xml
index 83be9d2..53f8fdf 100644
--- a/res/layout/ime.xml
+++ b/res/layout/ime.xml
@@ -20,4 +20,12 @@
android:gestureStrokeSquarenessThreshold="0.0"
android:gestureStrokeType="multiple" />
+ <Button
+ android:id="@+id/backspace_btn"
+ android:text="@string/button_backspace"
+
+ android:layout_width="80dp"
+ android:layout_height="40dp"
+ android:layout_alignParentRight="true" />
+
</us.minak.IMEView>