Forum improvements

This commit is contained in:
Ernir Erlingsson
2016-06-15 21:24:14 +02:00
parent 08cc5500ef
commit a2a5b746c5
7 changed files with 216 additions and 109 deletions

View File

@@ -18,7 +18,7 @@
android:layout_width="@dimen/forum_nested_line_width"
android:layout_height="match_parent"
android:visibility="gone"
tools:visibility="showingDescendants"/>
tools:visibility="visible"/>
<View
android:id="@+id/nested_line_2"
@@ -161,12 +161,12 @@
tools:src="@drawable/trust_indicator_verified"/>
<View
android:id="@+id/bottom_divider"
android:id="@+id/top_divider"
style="@style/Divider.ForumList"
android:layout_width="match_parent"
android:layout_height="@dimen/margin_separator"
android:layout_alignLeft="@id/text"
android:layout_below="@id/btn_reply"/>
android:layout_alignParentTop="true"/>
</RelativeLayout>

View File

@@ -76,6 +76,7 @@
<item quantity="one">%d forum shared by contacts</item>
<item quantity="other">%d forums shared by contacts</item>
</plurals>
<string name="show">Show</string>
<string name="show_forums">Show</string>
<string name="forum_leave">Leave Forum</string>
<string name="forum_left_toast">Left Forum</string>