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-02-25 16:11:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:52 +0300
commit479e6e104433a999ed1129c3e89800d85f38c34f (patch)
treeed3b0c28e5b2616ac0b4224ed1517bb6b9f20119 /android/res/layout-land
parentd8976d751beb97bd8d1f3e166eb0d39e568ed184 (diff)
Added new arrowview; refactored and simplified PP code.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/preview_place_page.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/android/res/layout-land/preview_place_page.xml b/android/res/layout-land/preview_place_page.xml
index fa34021802..e4c41795eb 100644
--- a/android/res/layout-land/preview_place_page.xml
+++ b/android/res/layout-land/preview_place_page.xml
@@ -49,17 +49,16 @@
android:id="@+id/tv__straight_distance"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/margin_small"
android:text="TEST"
android:textSize="@dimen/place_page_subtitle"/>
- <ImageButton
+ <com.mapswithme.maps.widget.ArrowView
android:id="@+id/av__direction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/clickableBackground"
- android:contentDescription="direction"
- android:src="@drawable/ic_direction_pagepreview"/>
+ android:clickable="true"
+ android:padding="@dimen/margin_small"/>
</LinearLayout>