From 167469f450baf74395b4a7ce2e22e0ce19d4d384 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Fri, 15 Apr 2011 01:01:09 +0200 Subject: [PATCH] Prepare contribution version --- OsmAnd/AndroidManifest.xml | 2 + OsmAnd/res/layout-land/menu.xml | 4 +- OsmAnd/res/layout-large-land/menu.xml | 4 +- OsmAnd/res/layout-large/menu.xml | 4 +- OsmAnd/res/layout-small-land/menu.xml | 6 +- OsmAnd/res/layout-small/menu.xml | 4 +- .../res/layout/download_build_list_item.xml | 11 + OsmAnd/res/layout/download_builds.xml | 13 + OsmAnd/res/layout/menu.xml | 4 +- OsmAnd/res/values/strings.xml | 5 + .../ContributionVersionActivity.java | 246 ++++++++++++++++++ .../plus/activities/MainMenuActivity.java | 33 ++- 12 files changed, 320 insertions(+), 16 deletions(-) create mode 100644 OsmAnd/res/layout/download_build_list_item.xml create mode 100644 OsmAnd/res/layout/download_builds.xml create mode 100644 OsmAnd/src/net/osmand/plus/activities/ContributionVersionActivity.java diff --git a/OsmAnd/AndroidManifest.xml b/OsmAnd/AndroidManifest.xml index 2cb2770462..1449def6af 100644 --- a/OsmAnd/AndroidManifest.xml +++ b/OsmAnd/AndroidManifest.xml @@ -17,6 +17,8 @@ + + diff --git a/OsmAnd/res/layout-land/menu.xml b/OsmAnd/res/layout-land/menu.xml index 7c41987feb..874df47bac 100644 --- a/OsmAnd/res/layout-land/menu.xml +++ b/OsmAnd/res/layout-land/menu.xml @@ -11,9 +11,9 @@ android:background="@drawable/headliner" android:orientation="horizontal" android:id="@+id/Headliner" > - + android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="20sp"/> - + android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="30sp"/> - + android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="22sp"/> - + + android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="20sp"/> - + android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="20sp"/> + + + + + + + diff --git a/OsmAnd/res/layout/download_builds.xml b/OsmAnd/res/layout/download_builds.xml new file mode 100644 index 0000000000..960cb577db --- /dev/null +++ b/OsmAnd/res/layout/download_builds.xml @@ -0,0 +1,13 @@ + + + + + + +