diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-07 04:29:37 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-07 04:29:37 -0400 |
commit | 58aa0ea407aedde32cbde69b2dbb6cf4ae9e31a5 (patch) | |
tree | 298c3400f22f4ca9b84beb0a3df7f55bbabc9003 /res | |
parent | 42d03f38e3cccad38a1e3000e180662b378343c3 (diff) |
implement backspace
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/ime.xml | 8 |
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> |