diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index fed8601e39..cba2ebe41a 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -8,7 +8,6 @@ apply plugin: 'com.android.application' // APP_EDITION - date stamp of builds // APP_FEATURES - features +play_market +gps_status -parking_plugin -blackberry -free_version -amazon - // 1. To be done Filter fonts // // @@ -39,7 +38,7 @@ android { } defaultConfig { - minSdkVersion 9 + minSdkVersion 14 targetSdkVersion 21 versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode @@ -209,13 +208,13 @@ task collectRoutingResources(type: Sync) { } task collectMiscResources(type: Copy) { - into "src/net/osmand/osm" - from("../../resources/obf_creation") { - include "rendering_types.xml" - } - from("../../resources/poi") { - include "poi_types.xml" - } + into "src/net/osmand/osm" + from("../../resources/obf_creation") { + include "rendering_types.xml" + } + from("../../resources/poi") { + include "poi_types.xml" + } } task collectRenderingStylesResources(type: Sync) { @@ -303,6 +302,7 @@ dependencies { compile project(path: ":OsmAnd-java", configuration: "android") compile project(":eclipse-compile:design") compile project(":cardview") + compile project(":recyclerview") compile fileTree( dir: "libs", include: ["*.jar"], diff --git a/OsmAnd/res/layout/fragment_edit_poi.xml b/OsmAnd/res/layout/fragment_edit_poi.xml index a9577a3d33..4973836569 100644 --- a/OsmAnd/res/layout/fragment_edit_poi.xml +++ b/OsmAnd/res/layout/fragment_edit_poi.xml @@ -10,7 +10,7 @@ + android:theme="@style/OsmandLightTheme.DarkActionbar"> - - - - - - + app:layout_scrollFlags="scroll"/> + + + + + + + + + + android:src="@drawable/ic_action_help"/> + app:tabIndicatorColor="@color/osmand_orange" + app:tabSelectedTextColor="@color/osmand_orange" + app:tabTextColor="@android:color/darker_gray"/> - + - + + + + + + +