diff --git a/briar-android/res/layout/briar_recycler_view.xml b/briar-android/res/layout/briar_recycler_view.xml index 255cbe663..2f3d6fc5a 100644 --- a/briar-android/res/layout/briar_recycler_view.xml +++ b/briar-android/res/layout/briar_recycler_view.xml @@ -24,6 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" + android:padding="@dimen/margin_activity_horizontal" android:textSize="@dimen/text_size_large" android:text="@string/no_data"/> diff --git a/briar-android/res/layout/fragment_forum_list.xml b/briar-android/res/layout/fragment_forum_list.xml new file mode 100644 index 000000000..c823c26c1 --- /dev/null +++ b/briar-android/res/layout/fragment_forum_list.xml @@ -0,0 +1,6 @@ + + diff --git a/briar-android/res/layout/list_item_forum.xml b/briar-android/res/layout/list_item_forum.xml new file mode 100644 index 000000000..8462c1cd6 --- /dev/null +++ b/briar-android/res/layout/list_item_forum.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/briar-android/res/values/strings.xml b/briar-android/res/values/strings.xml index c2ed50e24..e5d21dec3 100644 --- a/briar-android/res/values/strings.xml +++ b/briar-android/res/values/strings.xml @@ -72,7 +72,7 @@ Type message Message sent Forums - No forums + You don\'t have any forums.\n\nWhy don\'t you create a new one yourself or ask your contacts to share one with you? %d forum shared by contacts %d forums shared by contacts @@ -81,6 +81,11 @@ Leave Forum Left Forum No posts + no unread posts + + %d unread post + %d unread posts + New Forum Choose a name for your forum: Create Forum diff --git a/briar-android/res/values/styles.xml b/briar-android/res/values/styles.xml index 22ad6a119..7b328e17f 100644 --- a/briar-android/res/values/styles.xml +++ b/briar-android/res/values/styles.xml @@ -107,6 +107,11 @@ @dimen/margin_large + +