Numpad style added to erase button
This commit is contained in:
parent
3b92f71f64
commit
fac7349c67
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
<org.linphone.ui.EraseButton
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/Erase"
|
||||
style="@style/DialerDigit"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="0.8"
|
||||
android:text="<"/>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<org.linphone.ui.EraseButton
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/Erase"
|
||||
style="@style/DialerDigit"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="0.8"
|
||||
android:text="<"/>
|
||||
|
|
Loading…
Reference in a new issue