diff options
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> |