From 0050c52e63d0d48803517c55e22dd2f23b49d466 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 8 Oct 2020 18:32:54 +1000 Subject: [PATCH] Android: Add some missing settings --- android/app/src/main/res/values/arrays.xml | 24 ++++++++++++++ .../app/src/main/res/xml/root_preferences.xml | 31 +++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml index 13e3b9376..bf03f2cfc 100644 --- a/android/app/src/main/res/values/arrays.xml +++ b/android/app/src/main/res/values/arrays.xml @@ -140,4 +140,28 @@ Settings Quit + + None (Double Speed) + 2x (Quad Speed) + 3x (6x Speed) + 4x (8x Speed) + 5x (10x Speed) + 6x (12x Speed) + 7x (14x Speed) + 8x (16x Speed) + 9x (18x Speed) + 10x (20x Speed) + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml index 0fa2bc5cd..86364a756 100644 --- a/android/app/src/main/res/xml/root_preferences.xml +++ b/android/app/src/main/res/xml/root_preferences.xml @@ -107,6 +107,30 @@ app:useSimpleSummaryProvider="true" app:iconSpaceReserved="false" /> + + + + + + + +