Set the background of linearlayout to be transparent
Change-Id: Iffe33b61ec8d5caca6007c39be02bdaa2f1cb028
This commit is contained in:
@@ -121,7 +121,8 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1"
|
||||||
|
android:background="@android:color/transparent">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/conversation_notification_bell"
|
android:id="@+id/conversation_notification_bell"
|
||||||
style="@style/ConversationListNotificationBellPaddingStyle"
|
style="@style/ConversationListNotificationBellPaddingStyle"
|
||||||
@@ -147,6 +148,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
|
android:background="@android:color/transparent"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:src="@drawable/ic_work_profile"
|
android:src="@drawable/ic_work_profile"
|
||||||
android:visibility="gone"/>
|
android:visibility="gone"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user