diff options
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index e3be0913..640f6c3f 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -102,7 +102,7 @@ android:layout_height="24dp" android:layout_toEndOf="@id/type_text_view_item_post" android:layout_centerVertical="true" - android:visibility="gone"/> + android:visibility="gone" /> <TextView android:id="@+id/gilded_number_text_view_item_post" |