summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_peertube.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_peertube.xml')
-rw-r--r--app/src/main/res/layout/drawer_peertube.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/app/src/main/res/layout/drawer_peertube.xml b/app/src/main/res/layout/drawer_peertube.xml
index a1f730668..cb874d788 100644
--- a/app/src/main/res/layout/drawer_peertube.xml
+++ b/app/src/main/res/layout/drawer_peertube.xml
@@ -41,9 +41,9 @@
android:id="@+id/peertube_video_image"
android:layout_width="match_parent"
android:layout_height="200dp"
+ android:contentDescription="@string/image_preview"
android:gravity="center"
- android:scaleType="centerCrop"
- android:contentDescription="@string/image_preview"/>
+ android:scaleType="centerCrop" />
<LinearLayout
android:id="@+id/bottom_container"
@@ -56,9 +56,9 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginTop="10dp"
+ android:contentDescription="@string/profile_picture"
android:gravity="center"
- android:scaleType="fitCenter"
- android:contentDescription="@string/profile_picture" />
+ android:scaleType="fitCenter" />
<LinearLayout
android:layout_width="match_parent"
@@ -96,15 +96,13 @@
android:id="@+id/peertube_views"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="5dp"
- />
+ android:layout_marginStart="5dp" />
<TextView
android:id="@+id/peertube_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="5dp"
- />
+ android:layout_marginStart="5dp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>