Commit 9f95a828 authored by Grigory Fedorov's avatar Grigory Fedorov

Account list item and contact list item account color bar margin changed.

parent af0e1ec5
......@@ -23,8 +23,11 @@
android:id="@+id/color"
android:layout_width="4dp"
android:layout_height="@dimen/avatar_size"
android:layout_marginRight="3dp"
android:layout_marginEnd="3dp"
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:layout_marginLeft="2dp"
android:layout_marginStart="2dp"
android:src="@color/green_500"
/>
<include layout="@layout/avatar_account" />
......
......@@ -25,8 +25,12 @@
android:layout_width="4dp"
android:layout_height="@dimen/avatar_size"
android:layout_marginRight="3dp"
android:layout_marginEnd="3dp"
android:layout_marginLeft="2dp"
android:layout_marginStart="2dp"
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:src="@color/green_500"
/>
......@@ -97,5 +101,6 @@
android:layout_width="match_parent"
android:layout_height="@dimen/contact_list_item_height"
android:background="@drawable/shadow"
android:visibility="gone"
/>
</RelativeLayout>
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