Fix incall numpad left aligned

This commit is contained in:
Sylvain Berfini 2012-10-11 14:00:59 +02:00
parent 3eed443a28
commit 92ba7ac64a

View file

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/topLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res/org.linphone">
<FrameLayout
android:layout_width="match_parent"
@ -42,6 +42,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="invisible"
android:layout_centerHorizontal="true"
android:layout_below="@id/switchCamera"
android:layout_marginBottom="150dp" />