We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196c277 commit 6d6b73eCopy full SHA for 6d6b73e
1 file changed
app/src/main/res/layout/mission_item.xml
@@ -82,6 +82,18 @@
82
android:textColor="@color/white"
83
android:textSize="12sp" />
84
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
+
97
</RelativeLayout>
98
99
0 commit comments