This commit is contained in:
serso
2011-10-13 13:28:06 +04:00
parent 5bde565833
commit 800156a17f
4 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<org.solovyev.android.view.widgets.ColorButton xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
a:id="@+id/clearButton"
a:drawableTop="@drawable/ic_delete"
a:text="@string/c_clear"
a:textStyle="bold"
style="@style/control_image_button_style"
a:onClick="clearButtonClickHandler"/>

View File

@@ -29,7 +29,7 @@
<string name="c_undo">undo</string>
<string name="c_redo">redo</string>
<string name="c_clear">clear all</string>
<string name="c_clear">CE</string>
<string name="c_erase">clear</string>
<string name="c_paste">paste</string>
<string name="c_vars">vars</string>