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>2014-12-09 16:33:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:34:38 +0300
commit8b0b8c14531eddfe246e0b48250c4c50154df034 (patch)
tree84c216dad0a8427d38e5480d2b3c8f67e67c514a /android/res/layout-land
parent115f3efed528269de6a4d55006628a7d339ce507 (diff)
Renamed and reordered styles.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/info_box.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/res/layout-land/info_box.xml b/android/res/layout-land/info_box.xml
index ae0b4550f6..5b549c3338 100644
--- a/android/res/layout-land/info_box.xml
+++ b/android/res/layout-land/info_box.xml
@@ -22,7 +22,7 @@
<TextView
android:id="@+id/info_title"
- style="@style/infoItemLight"
+ style="@style/InfoItemLight"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"/>
@@ -40,7 +40,7 @@
<TextView
android:id="@+id/info_subtitle"
- style="@style/infoItemLight"
+ style="@style/InfoItemLight"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/margin_large"
@@ -71,7 +71,7 @@
<ToggleButton
android:id="@+id/info_box_is_bookmarked"
- style="@style/bookmarkToggleButton"
+ style="@style/BookmarkToggleButton"
android:layout_weight="0"
android:layout_height="@dimen/ppp_button_size_small"/>
@@ -111,7 +111,7 @@
android:visibility="gone">
<View
- style="@style/drawerSeparatorNoPadding"
+ style="@style/DrawerSeparatorNoPadding"
android:layout_weight="0"/>
<ScrollView