Commit a2ee46cf authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set suggestions panel bg color to white

parent bfde0973
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_above="@+id/layout_message_composer" android:layout_above="@+id/layout_message_composer"
android:background="@color/whitesmoke" /> android:background="@color/suggestion_background_color" />
<include <include
android:id="@+id/layout_message_composer" android:id="@+id/layout_message_composer"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="2dp" android:layout_margin="2dp"
android:background="@color/whitesmoke"> android:background="@color/suggestion_background_color">
<FrameLayout <FrameLayout
android:id="@+id/image_avatar_container" android:id="@+id/image_avatar_container"
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_toEndOf="@id/image_avatar_container" android:layout_toEndOf="@id/image_avatar_container"
android:layout_toRightOf="@id/image_avatar_container" android:layout_toRightOf="@id/image_avatar_container"
android:background="@color/whitesmoke"> android:background="@color/suggestion_background_color">
<TextView <TextView
android:id="@+id/text_username" android:id="@+id/text_username"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="2dp" android:layout_margin="2dp"
android:background="@color/whitesmoke"> android:background="@color/suggestion_background_color">
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_toEndOf="@id/image_avatar_container" android:layout_toEndOf="@id/image_avatar_container"
android:layout_toRightOf="@id/image_avatar_container" android:layout_toRightOf="@id/image_avatar_container"
android:background="@color/whitesmoke"> android:background="@color/suggestion_background_color">
<TextView <TextView
android:id="@+id/text_name" android:id="@+id/text_name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment