operators button added to cellphone layout

This commit is contained in:
serso 2011-11-19 16:05:09 +04:00
parent 33afa40036
commit 3e051a0214

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>