android_1.6_compatibility

This commit is contained in:
serso
2011-10-20 14:57:59 +04:00
parent 1f846ad264
commit 916cc81d25
18 changed files with 136 additions and 116 deletions

View File

@@ -9,7 +9,7 @@
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/equalsButton"
a:text="="
a:layout_width="match_parent"
a:layout_height="match_parent"
a:layout_width="fill_parent"
a:layout_height="fill_parent"
style="?controlButtonStyle"
a:onClick="numericButtonClickHandler"/>