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>2015-05-18 12:05:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:54 +0300
commit5d53be0956abb5c570476b9d48110a3fdb1dac53 (patch)
tree6e411629bfdfea82975764e7613962e35842af9f /android/res/layout-land
parenta65c206d07cc7fc24c5466c3b19321d20e11387d (diff)
Styles & themes changes.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/fragment_direction.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout-land/fragment_direction.xml b/android/res/layout-land/fragment_direction.xml
index 4ff7f59720..134db8b9f8 100644
--- a/android/res/layout-land/fragment_direction.xml
+++ b/android/res/layout-land/fragment_direction.xml
@@ -32,7 +32,7 @@
<TextView
android:id="@+id/tv__title"
- style="@style/DirectionTitle"
+ style="@style/MwmWidget.TextView.Direction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/margin_direction_small"
@@ -40,7 +40,7 @@
<TextView
android:id="@+id/tv__subtitle"
- style="@style/DirectionTitle"
+ style="@style/MwmWidget.TextView.Direction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/semitransparent_white"
@@ -48,7 +48,7 @@
<TextView
android:id="@+id/tv__straight_distance"
- style="@style/DirectionTitle"
+ style="@style/MwmWidget.TextView.Direction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_direction_mid"