mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-18 12:30:42 +01:00
Adding factorial button
This commit is contained in:
parent
1c2e728ba7
commit
726e0ac55f
@ -40,6 +40,14 @@
|
|||||||
android:layout_weight="2"
|
android:layout_weight="2"
|
||||||
android:orientation="horizontal">
|
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
|
<Button
|
||||||
android:id="@+id/btn_percent"
|
android:id="@+id/btn_percent"
|
||||||
style="@style/MyButton"
|
style="@style/MyButton"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user