Numpad style added to erase button

This commit is contained in:
Sylvain Berfini 2012-04-05 09:18:44 +02:00
parent 3b92f71f64
commit fac7349c67
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@
<org.linphone.ui.EraseButton <org.linphone.ui.EraseButton
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/Erase" android:id="@+id/Erase"
style="@style/DialerDigit"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_weight="0.8" android:layout_weight="0.8"
android:text="&lt;"/> android:text="&lt;"/>

View file

@ -34,6 +34,7 @@
<org.linphone.ui.EraseButton <org.linphone.ui.EraseButton
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/Erase" android:id="@+id/Erase"
style="@style/DialerDigit"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_weight="0.8" android:layout_weight="0.8"
android:text="&lt;"/> android:text="&lt;"/>