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-03-03 16:04:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:00 +0300
commite38918cd1f163b7fc4f1d824cce29b1097a9679c (patch)
tree84b65e68113cbfc17d80d0bbe949cbdfeb5f7803 /android/res/layout-sw720dp
parentda71f412678ad5c4277ded2af16dd262ac55ff8c (diff)
Layout corrections.
Diffstat (limited to 'android/res/layout-sw720dp')
-rw-r--r--android/res/layout-sw720dp/details_place_page.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/android/res/layout-sw720dp/details_place_page.xml b/android/res/layout-sw720dp/details_place_page.xml
index dad9d6fd76..f54b3febc3 100644
--- a/android/res/layout-sw720dp/details_place_page.xml
+++ b/android/res/layout-sw720dp/details_place_page.xml
@@ -226,7 +226,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/tv__bookmark_group_title"
- android:layout_marginTop="@dimen/margin_tiny"
android:layout_toRightOf="@id/iv__bookmark"
android:gravity="center_vertical"
android:orientation="horizontal">
@@ -235,18 +234,23 @@
android:id="@+id/tv__bookmark_group"
android:layout_width="0dp"
android:layout_height="wrap_content"
+ android:paddingTop="@dimen/margin_small"
+ android:paddingBottom="@dimen/margin_small"
+ android:paddingRight="@dimen/margin_small"
android:layout_weight="1"
android:drawableRight="@drawable/ic_arrow_down"
android:lineSpacingMultiplier="1.43"
- android:paddingRight="@dimen/margin_small"
+ android:background="?android:selectableItemBackground"
android:textColor="@color/text_place_page"
android:textSize="@dimen/place_page_subtitle"/>
<ImageView
android:id="@+id/iv__bookmark_color"
+ android:background="?android:selectableItemBackground"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/margin_medium"
+ android:padding="@dimen/margin_small"
+ android:layout_marginLeft="@dimen/margin_small"
android:src="@drawable/color_picker_red_on"/>
</LinearLayout>
@@ -254,7 +258,6 @@
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_below="@id/ll__group"
- android:layout_marginTop="@dimen/margin_small"
android:background="?android:attr/listDivider"/>
<TextView