Numeral system converter

This commit is contained in:
serso
2016-04-19 22:45:37 +02:00
parent f066e84250
commit ae4c7ec11f
18 changed files with 259 additions and 68 deletions

View File

@@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:layout_weight="1">
<EditText
<org.solovyev.android.calculator.view.EditTextCompat
android:id="@+id/converter_edittext_from"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -145,4 +145,5 @@
<string name="cpp_invalid_name">Имя содержит недопустимые символы</string>
<string name="cpp_angles">Углы</string>
<string name="cpp_radix">Система</string>
<string name="cpp_numeral_system">Система счисления</string>
</resources>

View File

@@ -122,5 +122,5 @@
<string name="cpp_release_notes_choose_theme">Do you want to try new Material themes? Choose them from the list:</string>
<string name="cpp_system_language">System language</string>
<string name="cpp_angles">Angles</string>
<string name="cpp_radix">Radix</string>
<string name="cpp_numeral_system">Numeral system</string>
</resources>