From 4775d32b89bac26cae9b19fa1531b66889a4c5a2 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Tue, 3 Jun 2014 22:46:59 +0200 Subject: [PATCH] Fix activities --- OsmAnd/res/drawable/expandable_category.xml | 9 + OsmAnd/res/layout/custom_tour_info.xml | 175 ++++++------ OsmAnd/res/layout/sherpafy_start.xml | 2 - OsmAnd/res/values/sherpafy.xml | 1 + .../plus/sherpafy/SherpafyCustomization.java | 7 +- .../plus/sherpafy/SherpafyStartActivity.java | 15 +- .../plus/sherpafy/TourCommonActivity.java | 252 ------------------ .../sherpafy/TourInformationFragment.java | 76 ------ .../plus/sherpafy/TourSelectionFragment.java | 123 --------- .../plus/sherpafy/TourStageFragment.java | 108 -------- .../plus/sherpafy/TourViewActivity.java | 92 +++---- 11 files changed, 142 insertions(+), 718 deletions(-) create mode 100644 OsmAnd/res/drawable/expandable_category.xml delete mode 100644 OsmAnd/src/net/osmand/plus/sherpafy/TourCommonActivity.java delete mode 100644 OsmAnd/src/net/osmand/plus/sherpafy/TourInformationFragment.java delete mode 100644 OsmAnd/src/net/osmand/plus/sherpafy/TourSelectionFragment.java delete mode 100644 OsmAnd/src/net/osmand/plus/sherpafy/TourStageFragment.java diff --git a/OsmAnd/res/drawable/expandable_category.xml b/OsmAnd/res/drawable/expandable_category.xml new file mode 100644 index 0000000000..4d646217c8 --- /dev/null +++ b/OsmAnd/res/drawable/expandable_category.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/custom_tour_info.xml b/OsmAnd/res/layout/custom_tour_info.xml index db3c0a8b95..1ffe19a79e 100644 --- a/OsmAnd/res/layout/custom_tour_info.xml +++ b/OsmAnd/res/layout/custom_tour_info.xml @@ -1,112 +1,91 @@ - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" > - -