This commit is contained in:
Sergey Solovyev
2011-12-19 12:43:52 +04:00
parent 866553725b
commit 57ff5c4e03
3 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
xmlns:c="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
a:id="@+id/eightDigitButton" a:text="8"
c:textUp="ln"
c:textLeft="0o:"
c:textLeft="0d:"
c:textDown="lg"
c:directionTextScale="0.5;0.5;0.5;0.33"
style="?digitButtonStyle"

View File

@@ -315,6 +315,7 @@ Check the \'Round result\' preference in application settings - it should be tur
<string name="c_edit_history">Modify history</string>
<string name="c_edit">Modify</string>
<string name="c_saved_history">Saved history</string>
<string name="c_history_already_saved">History was already saved!</string>
<string name="c_history_must_be_saved">History must be saved before editing!</string>
<string name="c_history_was_removed">History was successfully removed!</string>