replace % with "mod" for modulo

This commit is contained in:
tibbi 2016-01-31 21:30:34 +01:00
parent 4ce5c8f0fc
commit 281abb5163
2 changed files with 4 additions and 1 deletions

View file

@ -46,7 +46,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="%"/>
android:text="mod"
android:textAllCaps="false"
android:textSize="@dimen/mod_text_size"/>
<Button
android:id="@+id/btn_power"

View file

@ -2,6 +2,7 @@
<dimen name="activity_margin">16dp</dimen>
<dimen name="result_padding">64dp</dimen>
<dimen name="config_text_size">18sp</dimen>
<dimen name="mod_text_size">22sp</dimen>
<dimen name="button_text_size">28sp</dimen>
<dimen name="formula_text_size">20sp</dimen>
<dimen name="display_text_size">40sp</dimen>