add some empty space above thread datetime

This commit is contained in:
tibbi 2020-04-04 10:00:37 +02:00
parent feece9b90c
commit 2fa899b05c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
android:id="@+id/thread_date_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/normal_margin"
android:gravity="center_horizontal"
android:textSize="@dimen/normal_text_size"
tools:text="13 March, 13:30" />