Fix tablet incoming call

This commit is contained in:
Margaux Clerc 2015-04-29 11:07:03 +02:00
parent bfe4941c5c
commit 4396c1ea6a

View file

@ -16,7 +16,7 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="75dp">
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
@ -33,7 +33,7 @@
android:paddingLeft="20dp" android:paddingLeft="20dp"
android:textColor="@android:color/white" android:textColor="@android:color/white"
android:textSize="22dp" /> android:textSize="22dp" />
</RelativeLayout> </RelativeLayout>
<LinearLayout <LinearLayout