Set the background of linearlayout to be transparent

Change-Id: Iffe33b61ec8d5caca6007c39be02bdaa2f1cb028
This commit is contained in:
Tony Mak
2016-06-28 15:48:59 +01:00
parent 2a50ffe57c
commit dec1aca348

View File

@@ -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"/>