Added missing background color on some list cells, fixes transparency glitch

This commit is contained in:
Sylvain Berfini 2021-06-08 16:07:06 +02:00
parent 23205ff1f7
commit 7fe0759fcc
4 changed files with 5 additions and 1 deletions

View file

@ -31,6 +31,7 @@
android:paddingBottom="5dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:background="?attr/backgroundColor"
android:gravity="center_vertical">
<org.linphone.contact.ContactAvatarView

View file

@ -10,6 +10,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/backgroundColor"
android:orientation="vertical">
<TextView

View file

@ -35,6 +35,7 @@
android:layout_height="50dp"
android:paddingTop="5dp"
android:paddingBottom="5dp"
android:background="?attr/backgroundColor"
android:gravity="center_vertical">
<LinearLayout

View file

@ -27,7 +27,8 @@
android:paddingTop="5dp"
android:paddingBottom="5dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp">
android:layout_marginRight="5dp"
android:background="?attr/backgroundColor">
<ImageView
android:id="@+id/record_play_pause"