deg/rad button added

This commit is contained in:
serso
2011-11-22 15:11:16 +04:00
parent 7344d3a252
commit 59ffa7a6d8
10 changed files with 148 additions and 34 deletions

View File

@@ -6,10 +6,12 @@
~ or visit http://se.solovyev.org
-->
<org.solovyev.android.view.widgets.ColorButton xmlns:a="http://schemas.android.com/apk/res/android"
<org.solovyev.android.view.widgets.AngleUnitsButton 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"
calc:textUp="deg"
a:text="@string/c_clear"
calc:textDown="rad"
a:textStyle="bold"
style="?controlImageButtonStyle"
style="?controlButtonStyle"
a:onClick="clearButtonClickHandler"/>