diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 6478ce3521..fed8601e39 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -302,6 +302,7 @@ repositories { dependencies { compile project(path: ":OsmAnd-java", configuration: "android") compile project(":eclipse-compile:design") + compile project(":cardview") compile fileTree( dir: "libs", include: ["*.jar"], diff --git a/OsmAnd/res/drawable-xhdpi/bg_first_usage.webp b/OsmAnd/res/drawable-xhdpi/bg_first_usage.webp new file mode 100644 index 0000000000..4900083e15 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/bg_first_usage.webp differ diff --git a/OsmAnd/res/layout/first_usage_fragment.xml b/OsmAnd/res/layout/first_usage_fragment.xml new file mode 100644 index 0000000000..f26e8d280c --- /dev/null +++ b/OsmAnd/res/layout/first_usage_fragment.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + +