Commit bc592c20 authored by Grigory Fedorov's avatar Grigory Fedorov

Contact list separator removed, each contact has it own separator at the bottom.

parent 50fd93df
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<FrameLayout <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/contact_list_item_height" android:layout_height="@dimen/contact_list_item_height"
...@@ -112,6 +112,13 @@ ...@@ -112,6 +112,13 @@
/> />
</LinearLayout> </LinearLayout>
<View
android:layout_width="wrap_content"
android:layout_height="1px"
android:background="@color/grey_400"
android:layout_alignParentBottom="true"
/>
<ImageView <ImageView
android:id="@+id/offline_shadow" android:id="@+id/offline_shadow"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -121,4 +128,4 @@ ...@@ -121,4 +128,4 @@
android:visibility="gone" android:visibility="gone"
/> />
</FrameLayout> </RelativeLayout>
\ No newline at end of file \ No newline at end of file
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:drawSelectorOnTop="true" android:drawSelectorOnTop="true"
android:background="@color/grey_300" android:background="@color/grey_400"
android:divider="@null"
android:dividerHeight="0dp"
/> />
<RelativeLayout <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