aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-17 22:50:43 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-17 22:50:43 +0100
commite3a2801f6c86042257ebe3d4e5a1e5fcde6c032e (patch)
tree88431a06b12ecfd1e4fb525c9699667d19fa7d18 /src
parent4d9eb82ee56a1fbbd1af51404b2d789e0377b687 (diff)
change avatar images to circles
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/account_row.xml2
-rw-r--r--src/main/res/layout/activity_muc_details.xml5
-rw-r--r--src/main/res/layout/contact.xml2
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
-rw-r--r--src/main/res/layout/message_received.xml2
-rw-r--r--src/main/res/layout/message_sent.xml2
6 files changed, 8 insertions, 7 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index b953b6d31..d36eecccb 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -17,7 +17,7 @@
android:contentDescription="@string/account_image_description"
android:background="@drawable/message_border"
android:padding="1dp"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="24dp" />
<LinearLayout
android:layout_width="fill_parent"
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 125ba933e..e38247472 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -141,10 +141,11 @@
android:layout_height="72dp"
android:layout_alignParentEnd="false"
android:layout_alignParentLeft="true"
- android:background="@drawable/message_border"
android:padding="1dp"
android:src="@drawable/ic_profile"
- app:riv_corner_radius="5dp"
+ app:riv_corner_radius="36dp"
+ app:riv_border_width="1dp"
+ app:riv_border_color="@color/grey500"
android:layout_alignParentRight="false" />
<LinearLayout
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml
index 390031cc0..0abda4cf2 100644
--- a/src/main/res/layout/contact.xml
+++ b/src/main/res/layout/contact.xml
@@ -14,7 +14,7 @@
android:src="@drawable/ic_profile"
app:riv_border_width="1dp"
app:riv_border_color="@color/grey500"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="28dp" />
<LinearLayout
android:layout_width="wrap_content"
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index b09cdca50..c10547298 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -32,7 +32,7 @@
android:padding="1dp"
app:riv_border_color="@color/grey500"
app:riv_border_width="1dp"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="28dp" />
<RelativeLayout
android:layout_width="fill_parent"
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index 722926a7f..5bb6fe5d8 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -19,7 +19,7 @@
android:src="@drawable/ic_profile"
app:riv_border_width="1dip"
app:riv_border_color="@color/grey500"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="24dp" />
<LinearLayout
android:id="@+id/message_box"
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml
index ad86e5959..628c9635c 100644
--- a/src/main/res/layout/message_sent.xml
+++ b/src/main/res/layout/message_sent.xml
@@ -20,7 +20,7 @@
android:layout_alignParentEnd="true"
app:riv_border_width="1dp"
app:riv_border_color="@color/grey500"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="24dp" />
<LinearLayout
android:id="@+id/message_box"