Add identicons to conversations

This commit is contained in:
str4d
2016-01-05 06:11:20 +00:00
parent e62d60ff52
commit 88d81634ca
3 changed files with 37 additions and 11 deletions

View File

@@ -4,12 +4,20 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:orientation="horizontal"
android:paddingRight="@dimen/margin_medium"
android:paddingEnd="@dimen/margin_medium"
android:paddingTop="@dimen/margin_small"
android:paddingBottom="@dimen/margin_small">
<im.delight.android.identicons.SymmetricIdenticon
android:id="@+id/msgIdenticon"
android:layout_width="@dimen/listitem_picture_size"
android:layout_height="@dimen/listitem_picture_size"
android:layout_marginLeft="@dimen/listitem_horizontal_margin"
android:layout_marginStart="@dimen/listitem_horizontal_margin"
/>
<RelativeLayout
android:id="@+id/msgLayout"
android:layout_width="wrap_content"