diff --git a/briar-android/res/layout/author_view.xml b/briar-android/res/layout/author_view.xml
index 48892daf2..6f389e1de 100644
--- a/briar-android/res/layout/author_view.xml
+++ b/briar-android/res/layout/author_view.xml
@@ -9,7 +9,7 @@
style="@style/BriarAvatar"
android:layout_width="@dimen/blogs_avatar_normal_size"
android:layout_height="@dimen/blogs_avatar_normal_size"
- android:layout_centerVertical="true"
+ android:layout_alignTop="@+id/authorName"
android:layout_marginRight="@dimen/margin_medium"
tools:src="@drawable/ic_launcher"/>
@@ -30,7 +30,6 @@
android:id="@+id/authorName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignTop="@+id/avatar"
android:layout_toEndOf="@+id/avatar"
android:layout_toRightOf="@+id/avatar"
android:textColor="@color/briar_text_primary"
diff --git a/briar-android/res/layout/list_item_group_join_notice.xml b/briar-android/res/layout/list_item_group_join_notice.xml
new file mode 100644
index 000000000..71d6ceec1
--- /dev/null
+++ b/briar-android/res/layout/list_item_group_join_notice.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/briar-android/res/layout/list_item_thread.xml b/briar-android/res/layout/list_item_thread.xml
index f788c0ce8..3757cc7e7 100644
--- a/briar-android/res/layout/list_item_thread.xml
+++ b/briar-android/res/layout/list_item_thread.xml
@@ -6,8 +6,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:baselineAligned="false">
+ android:baselineAligned="false"
+ android:orientation="horizontal">
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/briar-android/res/values/dimens.xml b/briar-android/res/values/dimens.xml
index fc0531ab6..6662acfe4 100644
--- a/briar-android/res/values/dimens.xml
+++ b/briar-android/res/values/dimens.xml
@@ -31,6 +31,7 @@
48dp
2dp
30sp
+ 48dp
12sp
6dp
diff --git a/briar-android/res/values/strings.xml b/briar-android/res/values/strings.xml
index cc6f0f7d6..3dbbb17a0 100644
--- a/briar-android/res/values/strings.xml
+++ b/briar-android/res/values/strings.xml
@@ -74,6 +74,7 @@
Delete
Accept
Decline
+ Options
Online
Offline
Send
@@ -169,7 +170,10 @@
Message received
Member List
Invite Members
- joined the group.
+ You created the group
+ %s created the group
+ You joined the group
+ %s joined the group
Leave Group
Confirm Leaving Group
Are you sure that you want to leave this group?
@@ -220,7 +224,7 @@
New forum entry
New Entry
New Reply
- REPLY
+ Reply
- %1$d reply
- %1$d replies
diff --git a/briar-android/res/values/styles.xml b/briar-android/res/values/styles.xml
index 71b6c910c..0896e6e6b 100644
--- a/briar-android/res/values/styles.xml
+++ b/briar-android/res/values/styles.xml
@@ -45,6 +45,12 @@
- @dimen/margin_large
+
+