From f44d2bf4dc74e39143d3e6b65cf1ff64c06cf77b Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Wed, 21 Aug 2013 21:31:58 +0200 Subject: new: split about page into view pager page --- main/AndroidManifest.xml | 2 +- main/res/layout/about_activity.xml | 311 ------------------------ main/res/layout/about_changes_page.xml | 40 +++ main/res/layout/about_contributors_page.xml | 27 ++ main/res/layout/about_help_page.xml | 126 ++++++++++ main/res/layout/about_license_page.xml | 43 ++++ main/res/layout/about_version_page.xml | 99 ++++++++ main/res/layout/trackable_activity.xml | 27 -- main/res/layout/viewpager_activity.xml | 27 ++ main/res/raw/license.txt | 202 +++++++++++++++ main/res/values/strings.xml | 2 + main/res/values/strings_not_translatable.xml | 2 +- main/src/cgeo/geocaching/AboutActivity.java | 216 ++++++++++++---- main/src/cgeo/geocaching/MainActivity.java | 2 +- main/src/cgeo/geocaching/TrackableActivity.java | 2 +- 15 files changed, 735 insertions(+), 393 deletions(-) delete mode 100644 main/res/layout/about_activity.xml create mode 100644 main/res/layout/about_changes_page.xml create mode 100644 main/res/layout/about_contributors_page.xml create mode 100644 main/res/layout/about_help_page.xml create mode 100644 main/res/layout/about_license_page.xml create mode 100644 main/res/layout/about_version_page.xml delete mode 100644 main/res/layout/trackable_activity.xml create mode 100644 main/res/layout/viewpager_activity.xml create mode 100644 main/res/raw/license.txt diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml index 9b53da8..ef0b781 100644 --- a/main/AndroidManifest.xml +++ b/main/AndroidManifest.xml @@ -96,7 +96,7 @@ android:windowSoftInputMode="stateHidden" > diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml deleted file mode 100644 index 4afb8a6..0000000 --- a/main/res/layout/about_activity.xml +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -