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…
Reference in a new issue