This commit is contained in:
Alexey Pelykh 2014-12-17 17:57:24 +02:00
parent b2355d5f34
commit 9d8f7f4fa4
4 changed files with 8 additions and 1 deletions

7
OsmAnd/assets/style.css Normal file
View file

@ -0,0 +1,7 @@
h3 { text-align: center}
h4 { text-align: center}
div {border-width: 1px; padding: 10px;
border: groove; margin-left:auto;margin-right:auto; }
li { text-align:justify;"}
img { max-width: 75%; width: auto; height: auto; }
p.img {text-align: center}

View file

@ -231,7 +231,7 @@ repositories {
}
dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile fileTree(dir: "libs", include: ["*.jar"], exclude: ["QtAndroid-bundled.jar", "QtAndroidAccessibility-bundled.jar"])
compile "com.actionbarsherlock:actionbarsherlock:4.4.0@aar"
compile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar"
debugCompile "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar"

Binary file not shown.

Binary file not shown.