Added ability to read comments on claims #920

Merged
clay53 merged 4 commits from comments into master 2020-05-30 01:47:50 +02:00
Showing only changes of commit c1853b8842 - Show all commits

View file

@ -612,12 +612,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/divider"
android:layout_width="match_parent"
android:layout_marginTop="12dp"
android:layout_height="0.5dp"
android:layout_marginBottom="12dp"
android:layout_height="0.5dp" />
android:background="@color/divider" />
<LinearLayout
android:id="@+id/file_view_comments_area"