summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_show_history.xml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-20 22:55:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-20 22:55:02 +0200
commit884fa0b47579bef3cf29450acdce73c2ee5304fe (patch)
tree5da6fd067379ffa1947efd87d233957aa545bd7c /app/src/main/res/layout/fragment_show_history.xml
downloadwallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.tar.gz
wallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.tar.bz2
wallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.zip
import into repo
Diffstat (limited to 'app/src/main/res/layout/fragment_show_history.xml')
-rw-r--r--app/src/main/res/layout/fragment_show_history.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_show_history.xml b/app/src/main/res/layout/fragment_show_history.xml
new file mode 100644
index 0000000..d730425
--- /dev/null
+++ b/app/src/main/res/layout/fragment_show_history.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".WalletHistory">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:text="The history of wallet operations will eventually be shown here. Currently this feature isn't implemented, sorry!"/>
+
+</FrameLayout> \ No newline at end of file