Adding factorial button

This commit is contained in:
Sissy Dalampira 2018-10-04 20:55:27 +03:00
parent 1c2e728ba7
commit 726e0ac55f
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@
android:layout_weight="2"
android:orientation="horizontal">
<Button
android:id="@+id/btn_factorial"
style="@style/MyButton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="!"/>
<Button
android:id="@+id/btn_percent"
style="@style/MyButton"