summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/pending_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/pending_row.xml')
-rw-r--r--app/src/main/res/layout/pending_row.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pending_row.xml b/app/src/main/res/layout/pending_row.xml
index 088ec99..ec5aa2c 100644
--- a/app/src/main/res/layout/pending_row.xml
+++ b/app/src/main/res/layout/pending_row.xml
@@ -12,4 +12,11 @@
android:textSize="24sp" tools:text="My Pending Operation">
</TextView>
+ <TextView
+ android:id="@+id/pending_subtext"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="14sp"
+ tools:text="My further details" />
+
</LinearLayout> \ No newline at end of file