Set the background of linearlayout to be transparent

am: dec1aca348

Change-Id: I3335bf634ec9e4664543d5241eb13adb8ff9e130
This commit is contained in:
Tony Mak
2016-06-29 20:05:16 +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"/>