From 9ef2ea2d5446bb58410d83cb681c5db5fd1aadee Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 2 Mar 2017 12:32:01 +0000 Subject: [PATCH] Add a "Coming soon" section for the Change Journal Adding this because users were asking about the history feature. While the history is maintained, there's currently no GUI to explore it, so I've added this stub to make it more obvious that it's not there yet. --- app/src/main/res/drawable/ic_journal.xml | 23 ++++++++++ app/src/main/res/layout/activity_account.xml | 48 ++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 app/src/main/res/drawable/ic_journal.xml diff --git a/app/src/main/res/drawable/ic_journal.xml b/app/src/main/res/drawable/ic_journal.xml new file mode 100644 index 00000000..2df70e01 --- /dev/null +++ b/app/src/main/res/drawable/ic_journal.xml @@ -0,0 +1,23 @@ + + + + + diff --git a/app/src/main/res/layout/activity_account.xml b/app/src/main/res/layout/activity_account.xml index 6ed224cd..5b7ee69b 100644 --- a/app/src/main/res/layout/activity_account.xml +++ b/app/src/main/res/layout/activity_account.xml @@ -101,5 +101,53 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file