Adding factorial button
This commit is contained in:
parent
1c2e728ba7
commit
726e0ac55f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue