Skip to content

Commit 536b78f

Browse files
author
malania02
authored
textview for download date added
1 parent 6d6b73e commit 536b78f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

app/src/main/res/layout/mission_item_linear.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@
6262
android:textSize="12sp"
6363
android:textStyle="bold" />
6464

65+
<org.schabi.newpipe.views.NewPipeTextView
66+
android:id="@+id/item_date"
67+
android:layout_width="wrap_content"
68+
android:layout_height="wrap_content"
69+
android:layout_below="@id/item_name"
70+
android:layout_alignParentRight="true"
71+
android:padding="6dp"
72+
android:singleLine="true"
73+
android:text=""
74+
android:textColor="@color/white"
75+
android:textSize="12sp" />
76+
6577
<ImageView
6678
android:id="@+id/item_more"
6779
style="?attr/buttonBarButtonStyle"

0 commit comments

Comments
 (0)