diff --git a/.gitignore b/.gitignore index 5fe2a52529..dc444c32e6 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ out/ Thumbs.db # Output files -/build +build diff --git a/OsmAnd/assets/help/style.css b/OsmAnd/assets/help/style.css index ef05699931..2078880de3 100644 --- a/OsmAnd/assets/help/style.css +++ b/OsmAnd/assets/help/style.css @@ -1,14 +1,19 @@ body{padding:0; margin:0; } a {color:#536DFE;} - .main{width:320px; margin:0 auto; font-family:arial; font-size:11pt;} + xmp{white-space: pre-wrap;} + .main{ margin:0 auto; font-family:arial; font-size:11pt;} + .main{width:95%;} + xmp{max-width:95%;} + .code{font-style:italic;} + .list li{padding-bottom:10px; color:#000; } .list li a{ text-decoration:none;} .subtitle{border-bottom:1px solid #F3F3F3; font-size:13pt; margin-top:10px; font-weight:bold;} .blocksubtitle{font-weight:bold; margin-top:10px;} h1{background-color:#FF8F00; font-size:15pt; color:#fff; padding-left:15px; padding-top:30px; padding-bottom:15px; font-weight:bold; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin-top:-5px;} - .content{padding:15px;} + .content{padding:15px; padding-top:5px;} .content ul{padding-left:20px;} /************home page*****************/ .mainlist{list-style-type: none; margin:0; padding:0;} @@ -24,8 +29,10 @@ .toc .list li{color:#D2D2D2;} .toc .subtitle{font-weight:normal;} - .screenshot{max-width:100%; max-height:100%;} - .imgcontainer{margin:30px; padding:7px; border:1px solid #ddd;} + .screenshot{max-width:95%; max-height:100%; padding:7px; border:1px solid #ddd;} + .imgcontainer{margin:20px 30px;} + .legendcontainer{margin:0;} + .legend{width:100%;} /*div {border-width: 1px; padding: 10px; border: groove; margin-left:auto;margin-right:auto; width:480pt} h3.help { text-align: center} diff --git a/OsmAnd/res/layout/preference_activity.xml b/OsmAnd/res/layout/preference_activity.xml index c302876e56..4c5c31e37b 100644 --- a/OsmAnd/res/layout/preference_activity.xml +++ b/OsmAnd/res/layout/preference_activity.xml @@ -18,7 +18,8 @@ android:id="@+id/spinner_nav" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center_horizontal"/> + android:layout_gravity="center_horizontal" + android:popupBackground="?attr/spinnerListBackground"/> \ No newline at end of file + android:id="@android:id/text1" + android:singleLine="true" + android:textColor="?attr/spinnerItemTextColor" + android:textSize="@dimen/default_list_text_size" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:padding="10dp" + android:ellipsize="marquee"/> diff --git a/OsmAnd/res/values/attrs.xml b/OsmAnd/res/values/attrs.xml index 61136dd50f..942d4497f2 100644 --- a/OsmAnd/res/values/attrs.xml +++ b/OsmAnd/res/values/attrs.xml @@ -20,6 +20,7 @@ + diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml index 9a0219111e..a22f0758d7 100644 --- a/OsmAnd/res/values/colors.xml +++ b/OsmAnd/res/values/colors.xml @@ -148,4 +148,7 @@ #ff33b5e5 #b9b9b9 + #eeeeee + #303030 + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index 1f71c73913..ce8ec18e2b 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -84,7 +84,8 @@ @color/dashboard_general_button_text_light @drawable/check_light @color/color_black - @color/color_white + @color/color_black + @color/spinner_list_background_light @color/actionbar_light_color @style/Widget.Styled.ActionBarLight @@ -93,7 +94,7 @@ @color/color_white -