This commit is contained in:
serso
2011-10-16 15:11:33 +04:00
parent 071ae7cb36
commit 0e98409103
19 changed files with 205 additions and 105 deletions

View File

@@ -17,15 +17,9 @@
<LinearLayout a:layout_weight="1" a:layout_width="match_parent" a:layout_height="0dp">
<include layout="@layout/calc_equals_button"
a:layout_weight="4"
a:layout_height="match_parent"
a:layout_width="match_parent" />
<include layout="@layout/calc_display"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:layout_weight="1"/>
a:layout_height="match_parent"/>
</LinearLayout>