Added small margin to improve dialer on tablets
This commit is contained in:
parent
99731af585
commit
c07072c63a
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="10dp">
|
||||
|
||||
<org.linphone.ui.Numpad
|
||||
android:id="@+id/Dialer"
|
||||
|
|
Loading…
Reference in a new issue