From b6aa26f5c9ea76610f2a4258ea109023dd7cd594 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Wed, 21 May 2014 01:01:31 -0400 Subject: [PATCH] Merge settings and paths for simpler menu system --- .../android/res/layout/configure_fragment.xml | 164 ++++++++ shell/android/res/layout/drawer_menu.xml | 98 ++--- shell/android/res/layout/options_fragment.xml | 118 ------ shell/android/res/values/strings.xml | 2 + .../com/reicast/emulator/GL2JNIActivity.java | 1 - .../com/reicast/emulator/GL2JNINative.java | 1 - .../com/reicast/emulator/MainActivity.java | 25 +- .../emulator/config/ConfigureFragment.java | 350 ----------------- .../emulator/config/OptionsFragment.java | 368 +++++++++++++++++- 9 files changed, 564 insertions(+), 563 deletions(-) delete mode 100644 shell/android/res/layout/options_fragment.xml delete mode 100644 shell/android/src/com/reicast/emulator/config/ConfigureFragment.java diff --git a/shell/android/res/layout/configure_fragment.xml b/shell/android/res/layout/configure_fragment.xml index 2df510fae..689e1cbe3 100644 --- a/shell/android/res/layout/configure_fragment.xml +++ b/shell/android/res/layout/configure_fragment.xml @@ -8,6 +8,141 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > + + + + + + + + + + +