Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-03-18 13:59:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:59 +0300
commitad1f192f8e4aec26444246a87ba2b85861845c97 (patch)
tree01fa71862e7db94c8041256d9fd9415cd422f5f3
parent36b0ce38d964ecfc34349da0d53f3317f26932fe (diff)
[android] Accent color for report a problem button.
-rw-r--r--android/res/layout/place_page_report_problem.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/android/res/layout/place_page_report_problem.xml b/android/res/layout/place_page_report_problem.xml
index 1b63063bd9..1d3e2c6c11 100644
--- a/android/res/layout/place_page_report_problem.xml
+++ b/android/res/layout/place_page_report_problem.xml
@@ -10,13 +10,12 @@
<ImageView
style="@style/PlacePageMetadataIcon"
android:src="@drawable/ic_report_problem"
- android:tint="@color/base_red"/>
+ android:tint="?colorAccent"/>
<TextView
android:id="@+id/tv__editor"
style="@style/PlacePageMetadataText"
android:text="@string/placepage_report_problem_button"
- android:textAppearance="@style/MwmTextAppearance.PlacePage"
- android:textColor="@color/base_red"/>
+ android:textAppearance="@style/MwmTextAppearance.PlacePage.Accent"/>
</LinearLayout> \ No newline at end of file