Commit bc906738 authored by Grigory Fedorov's avatar Grigory Fedorov

ContactList and RecentChats background colors moved to colors.xml

parent 01c1259a
......@@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:drawSelectorOnTop="true"
android:background="@color/grey_400"
android:background="@color/contact_list_background"
android:divider="@null"
android:dividerHeight="0dp"
/>
......
......@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/grey_300"
android:background="@color/recent_chats_background"
>
<include layout="@layout/toolbar_default" />
......
......@@ -83,4 +83,7 @@
<color name="color_primary_light">@color/grey_200</color>
<color name="account_disabled">@color/black_dividers</color>
<color name="contact_list_background">@color/grey_400</color>
<color name="recent_chats_background">@color/grey_300</color>
</resources>
\ No newline at end of file
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