android-calculatorpp/res/layout/calc_six_digit_button.xml

17 lines
685 B
XML
Raw Normal View History

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
-->
2011-11-22 14:56:46 -05:00
<org.solovyev.android.view.widgets.AngleUnitsButton xmlns:a="http://schemas.android.com/apk/res/android"
2011-10-08 08:43:13 -04:00
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
2011-11-12 08:45:45 -05:00
calc:textUp="deg"
2011-12-07 18:36:11 -05:00
a:id="@+id/sixDigitButton"
a:text="6"
2011-12-14 18:19:10 -05:00
calc:textLeft="F"
2011-11-12 08:45:45 -05:00
calc:textDown="rad"
style="?digitButtonStyle"
2011-10-08 08:43:13 -04:00
a:onClick="digitButtonClickHandler"/>