summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/history_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/history_row.xml')
-rw-r--r--app/src/main/res/layout/history_row.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/history_row.xml b/app/src/main/res/layout/history_row.xml
new file mode 100644
index 0000000..a67cf37
--- /dev/null
+++ b/app/src/main/res/layout/history_row.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/historyText"
+ android:textSize="20sp">
+</TextView> \ No newline at end of file