operators button added to cellphone layout

This commit is contained in:
serso 2011-11-19 16:05:09 +04:00
parent 0143895d96
commit e6fd2180f8

View File

@ -93,7 +93,7 @@
<include layout="@layout/calc_six_digit_button"/> <include layout="@layout/calc_six_digit_button"/>
<include layout="@layout/calc_plus_button"/> <include layout="@layout/calc_plus_button"/>
<include layout="@layout/calc_subtraction_button"/> <include layout="@layout/calc_subtraction_button"/>
<include layout="@layout/calc_empty_button"/> <include layout="@layout/calc_operators_button"/>
</LinearLayout> </LinearLayout>