Skip to content

Commit 6d6b73e

Browse files
author
malania02
authored
textview for download date added
1 parent 196c277 commit 6d6b73e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@
8282
android:textColor="@color/white"
8383
android:textSize="12sp" />
8484

85+
<org.schabi.newpipe.views.NewPipeTextView
86+
android:id="@+id/item_date"
87+
android:layout_width="wrap_content"
88+
android:layout_height="wrap_content"
89+
android:layout_below="@id/item_name"
90+
android:layout_alignParentRight="true"
91+
android:padding="6dp"
92+
android:singleLine="true"
93+
android:text=""
94+
android:textColor="@color/white"
95+
android:textSize="12sp" />
96+
8597
</RelativeLayout>
8698

8799
</RelativeLayout>

0 commit comments

Comments
 (0)