Set the background of linearlayout to be transparent am: dec1aca348

am: 0ff0cdd425

Change-Id: Iff28c93310fb644811d26aad0635d4439cdd1931
This commit is contained in:
Tony Mak
2016-06-29 20:12:34 +00:00
committed by android-build-merger

View File

@@ -121,7 +121,8 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
android:layout_weight="1"
android:background="@android:color/transparent">
<ImageView
android:id="@+id/conversation_notification_bell"
style="@style/ConversationListNotificationBellPaddingStyle"
@@ -147,6 +148,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"
android:scaleType="center"
android:src="@drawable/ic_work_profile"
android:visibility="gone"/>