From 416117515c4e52727f91987e5b537256da34f09a Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 28 Aug 2016 18:35:05 +0200 Subject: Allow choosing between getDuration and getPlayedDuration --- app/src/main/res/layout/calculation_type.xml | 19 +++++++++++++++++++ app/src/main/res/menu/statistics.xml | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 app/src/main/res/layout/calculation_type.xml create mode 100644 app/src/main/res/menu/statistics.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/calculation_type.xml b/app/src/main/res/layout/calculation_type.xml new file mode 100644 index 000000000..9b422beb9 --- /dev/null +++ b/app/src/main/res/layout/calculation_type.xml @@ -0,0 +1,19 @@ + + + + + + + diff --git a/app/src/main/res/menu/statistics.xml b/app/src/main/res/menu/statistics.xml new file mode 100644 index 000000000..bc36bbb38 --- /dev/null +++ b/app/src/main/res/menu/statistics.xml @@ -0,0 +1,12 @@ + + + + + + + -- cgit v1.2.3