Display status bar in overlay in video call
This commit is contained in:
parent
be01630313
commit
43173f0564
3 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue