mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Fixed bubble background color
This commit is contained in:
parent
8066e1a217
commit
ce63d48ccf
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/backgroundColor">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/top_bar"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue