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 6d6b73e commit 536b78fCopy full SHA for 536b78f
1 file changed
app/src/main/res/layout/mission_item_linear.xml
@@ -62,6 +62,18 @@
62
android:textSize="12sp"
63
android:textStyle="bold" />
64
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
+
77
<ImageView
78
android:id="@+id/item_more"
79
style="?attr/buttonBarButtonStyle"
0 commit comments