This commit is contained in:
PavelRatushnyi 2017-11-22 23:55:39 +02:00
parent 7db5462e9f
commit 027904bdea
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/empty_state_text_interval"
android:background="@null"
android:text="@string/empty_state_markers_history"
android:text="@string/shared_string_history"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/empty_state_text_size"
osmand:typeface="@string/font_roboto_medium"/>

View file

@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/empty_state_text_interval"
android:background="@null"
android:text="@string/empty_state_markers_history"
android:text="@string/shared_string_history"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/empty_state_text_size"/>