deg/rad button added

This commit is contained in:
serso
2011-11-22 15:11:16 +04:00
parent 1c78886cb8
commit fdb0e5fea5
10 changed files with 148 additions and 34 deletions

View File

@@ -50,10 +50,14 @@
<string-array name="p_angle_units_names">
<item>@string/p_deg</item>
<item>@string/p_rad</item>
<item>@string/p_grad</item>
<item>@string/p_turns</item>
</string-array>
<string-array name="p_angle_units">
<item>deg</item>
<item>rad</item>
<item>grad</item>
<item>turns</item>
</string-array>
</resources>

View File

@@ -10,5 +10,6 @@
<color name="button_operator_text_color">#ffffff99</color>
<color name="button_ce_text_color">#ffffffff</color>
<color name="default_text_color">#ffffffff</color>
<color name="selected_angle_unit_text_color">#ffffff99</color>
<color name="default_background">#ff000000</color>
</resources>

View File

@@ -91,6 +91,8 @@
<string name="c_calc_angle_units">Angle Units</string>
<string name="p_deg">Degrees</string>
<string name="p_rad">Radians</string>
<string name="p_grad">Gradians</string>
<string name="p_turns">Turns</string>
<string name="c_angle_units_summary">Defines the default units for angles.</string>
<string name="c_calc_theme">Theme</string>