diff --git a/OsmAnd/res/layout/fragment_edit_poi.xml b/OsmAnd/res/layout/fragment_edit_poi.xml index 3da904aca7..859edef257 100644 --- a/OsmAnd/res/layout/fragment_edit_poi.xml +++ b/OsmAnd/res/layout/fragment_edit_poi.xml @@ -8,6 +8,15 @@ android:orientation="vertical" tools:context="net.osmand.plus.osmedit.EditPoiFragment" android:clickable="true"> + - - - + android:layout_marginRight="16dp"> @@ -100,7 +98,8 @@ android:background="@color/color_white" app:tabIndicatorColor="@color/osmand_orange" app:tabSelectedTextColor="@color/osmand_orange" - app:tabTextColor="@android:color/darker_gray"/> + app:tabTextColor="@android:color/darker_gray" + app:layout_scrollFlags="scroll"/> diff --git a/OsmAnd/res/layout/fragment_edit_poi_advanced.xml b/OsmAnd/res/layout/fragment_edit_poi_advanced.xml index d1859b17f5..4139f5aedb 100644 --- a/OsmAnd/res/layout/fragment_edit_poi_advanced.xml +++ b/OsmAnd/res/layout/fragment_edit_poi_advanced.xml @@ -3,44 +3,50 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - xmlns:card_view="http://schemas.android.com/apk/res-auto"> + android:theme="@style/OsmandLightTheme.NewAppTheme"> - + android:background="@drawable/bg_card_shadow"> + + + + android:layout_margin="16dp" + android:text="name"/> + + + + + android:layout_margin="16dp" + android:text="amenity"/> + + - + + android:layout_height="wrap_content" + android:theme="@style/OsmandLightTheme.NewAppTheme"> - + android:textColor="@color/color_black" + osmand:typeface="@string/font_roboto_medium"/> - + android:textColor="@color/color_black" + osmand:typeface="@string/font_roboto_medium" /> + + + + + \ No newline at end of file diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml index 12564b1e6c..aa0dd815ca 100644 --- a/OsmAnd/res/values/colors.xml +++ b/OsmAnd/res/values/colors.xml @@ -154,4 +154,6 @@ #ffc87f #e68200 #ccc + + #2f7af5 \ No newline at end of file diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 17c439c423..9585521da1 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -2240,4 +2240,10 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A OsmAnd Commit POI + Basic + Extended + Building Number + Next + Opening at + Closing at diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index 76a61590a9..8b661464ea 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -97,7 +97,6 @@ @color/osmand_orange @color/osmand_orange_dark - @color/actionbar_light_color @style/Widget.Styled.ActionBarLight @@ -106,6 +105,34 @@ @color/color_white + + + + + + + + + + - -