summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/ime.xml8
-rw-r--r--res/values/strings.xml4
2 files changed, 9 insertions, 3 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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d3352bc..60803b0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -36,9 +36,7 @@
<!-- Message, displayed when the sdcard cannot be found, 1st parameter is the name of the file that stores the gestures. CHAR LIMIT=80 -->
<string name="gestures_error_loading">Could not load %s. Make sure you have storage available.</string>
- <!-- Temporary labels for buttons -->
- <string name="button_shift">Shift</string>
+ <!-- Labels for buttons -->
<string name="button_backspace">&#x2190;</string>
- <string name="button_space">Space</string>
</resources>