text + some fixes
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="DragButton">
|
||||
<declare-styleable name="DirectionDragButton">
|
||||
<attr name="textUp" format="string"/>
|
||||
<attr name="textDown" format="string"/>
|
||||
<attr name="textRight" format="string"/>
|
||||
<attr name="textLeft" format="string"/>
|
||||
<attr name="directionTextScale" format="string"/>
|
||||
<attr name="directionTextAlpha" format="integer"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="DragButton">
|
||||
<attr name="hTextPosition" format="float"/>
|
||||
</declare-styleable>
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
<string name="c_fun_description_acot">Arccotangent - the inverse of cotangent function.</string>
|
||||
<string name="c_fun_description_ln">Natural logarithm - logarithm the base e.</string>
|
||||
<string name="c_fun_description_lg">Decadic logarithm - logarithm the base 10.</string>
|
||||
<string name="c_fun_description_log">Logarithm - logarithm the specified base.</string>
|
||||
<string name="c_fun_description_exp">Exponential function.</string>
|
||||
<string name="c_fun_description_sqrt">Square root function.</string>
|
||||
<string name="c_fun_description_cubic">Cubic root function.</string>
|
||||
|
Reference in New Issue
Block a user