aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/menu/report_period_options.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-04-09 00:02:03 -0500
committerIván Ávalos <avalos@disroot.org>2022-04-09 00:02:03 -0500
commita6a95167dbfe48fa0c5d6b61219309d346142979 (patch)
treed515bfc478abafb632c2be8cd19719525b949a89 /androidApp/src/main/res/menu/report_period_options.xml
parent83340f9df0210fa725bf3875d4f7298ab2e7a76b (diff)
downloadetbsa-trackermap-mobile-a6a95167dbfe48fa0c5d6b61219309d346142979.tar.gz
etbsa-trackermap-mobile-a6a95167dbfe48fa0c5d6b61219309d346142979.tar.bz2
etbsa-trackermap-mobile-a6a95167dbfe48fa0c5d6b61219309d346142979.zip
- [shared] Rewrote ReportDates to allow for custom date period.
- [android] Rewrote report handling to use new ReportPeriod. - [ios] Not rewritten yet, it won't build!
Diffstat (limited to 'androidApp/src/main/res/menu/report_period_options.xml')
-rw-r--r--androidApp/src/main/res/menu/report_period_options.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/androidApp/src/main/res/menu/report_period_options.xml b/androidApp/src/main/res/menu/report_period_options.xml
index 60fb58c..a8fdbad 100644
--- a/androidApp/src/main/res/menu/report_period_options.xml
+++ b/androidApp/src/main/res/menu/report_period_options.xml
@@ -30,4 +30,8 @@
android:id="@+id/optionLast30"
android:title="@string/period_last_30" />
+ <item
+ android:id="@+id/optionCustom"
+ android:title="@string/period_custom" />
+
</menu> \ No newline at end of file