mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-02 17:07:09 +01:00
limit the formula to 30 characters
This commit is contained in:
parent
ed94493368
commit
c65e92d1d2
@ -15,6 +15,7 @@
|
|||||||
android:layout_weight="2.1"
|
android:layout_weight="2.1"
|
||||||
android:fontFamily="sans-serif-light"
|
android:fontFamily="sans-serif-light"
|
||||||
android:gravity="end|bottom"
|
android:gravity="end|bottom"
|
||||||
|
android:maxLength="30"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:paddingLeft="@dimen/activity_margin"
|
android:paddingLeft="@dimen/activity_margin"
|
||||||
android:paddingRight="@dimen/activity_margin"
|
android:paddingRight="@dimen/activity_margin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user