More place

This commit is contained in:
stom79 2018-10-17 14:43:22 +02:00
parent 8cc08ba787
commit 98c0099a9d
1 changed files with 6 additions and 5 deletions

View File

@ -61,21 +61,22 @@
android:layout_height="wrap_content"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/peertube_duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
android:layout_marginStart="5dp"
android:layout_marginLeft="5dp"
android:id="@+id/peertube_views"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/peertube_date"
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
android:layout_marginStart="5dp"
android:layout_marginLeft="5dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>