2011-10-08 08:43:13 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
<org.solovyev.android.view.widgets.DirectionDragButton xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
|
|
|
|
a:id="@+id/historyButton"
|
2011-10-15 06:52:05 -04:00
|
|
|
a:text="@string/c_history_button"
|
2011-10-08 08:43:13 -04:00
|
|
|
calc:textUp="@string/c_undo"
|
|
|
|
calc:textDown="@string/c_redo"
|
2011-10-15 06:52:05 -04:00
|
|
|
style="@style/control_button_style"
|
|
|
|
a:textSize="18dp"
|
|
|
|
a:textStyle="bold"
|
|
|
|
a:onClick="historyButtonClickHandler"/>
|