Display status bar in overlay in video call

This commit is contained in:
Sylvain Berfini 2012-10-30 12:14:31 +01:00
parent be01630313
commit 43173f0564
3 changed files with 3 additions and 4 deletions

View file

@ -14,8 +14,7 @@
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingTop="40dp" />
android:orientation="horizontal" />
<fragment
android:id="@+id/status"

View file

@ -2,6 +2,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="40dp"
android:background="@drawable/background">
<RelativeLayout

View file

@ -14,8 +14,7 @@
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingTop="40dp" />
android:orientation="horizontal" />
<fragment
android:id="@+id/status"