not centered text in button

This commit is contained in:
serso
2011-10-27 10:28:29 +04:00
parent 05e5ffba3d
commit 2754e11c1c
3 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
a:text="@string/c_history_button"
calc:textUp="@string/c_undo"
calc:textDown="@string/c_redo"
calc:hTextPosition="0.33"
style="?controlButtonStyle"
a:textStyle="bold"
a:onClick="historyButtonClickHandler"/>

View File

@@ -4,6 +4,7 @@
<attr name="textUp" format="string"/>
<attr name="textDown" format="string"/>
<attr name="directionTextScale" format="float"/>
<attr name="hTextPosition" format="float"/>
</declare-styleable>
<declare-styleable name="NumberRangeSeekBar">