From 797344c883006f543e20cab5d2cbbe93ddc7138d Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Mon, 26 Oct 2015 10:37:37 +0200 Subject: [PATCH] Hint color fix --- OsmAnd/res/layout/fragment_edit_poi_normal.xml | 3 ++- OsmAnd/res/values/styles.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OsmAnd/res/layout/fragment_edit_poi_normal.xml b/OsmAnd/res/layout/fragment_edit_poi_normal.xml index 229002a227..54e34fa0ab 100644 --- a/OsmAnd/res/layout/fragment_edit_poi_normal.xml +++ b/OsmAnd/res/layout/fragment_edit_poi_normal.xml @@ -32,7 +32,8 @@ style="@style/create_poi_text_field" android:layout_below="@id/contactInfoTextView" android:hint="@string/street_name" - android:inputType="textMultiLine"/> + android:inputType="textMultiLine" + tools:text="testText"/> @style/OsmandLightTheme.Toolbar @style/OsmandLightTheme.NewAppTheme @color/dashboard_black + @color/icon_color @color/map_widget_blue @@ -197,6 +198,7 @@ @style/OsmandDarkTheme @style/OsmandDarkTheme @color/map_widget_light + @color/dash_search_icon_dark @color/osmand_orange @@ -278,8 +280,6 @@ match_parent wrap_content 1 - ?android:textColorPrimary - ?android:textColorSecondary