diff --git a/OsmAnd/res/layout/dash_navigation.xml b/OsmAnd/res/layout/dash_navigation.xml
index 0abaa20df4..f796606b37 100644
--- a/OsmAnd/res/layout/dash_navigation.xml
+++ b/OsmAnd/res/layout/dash_navigation.xml
@@ -12,8 +12,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?attr/dashboard_divider"
- android:focusable="false"
- android:visibility="gone" />
+ android:focusable="false"/>
+ android:paddingLeft="@dimen/list_content_padding"
+ android:src="@drawable/ic_action_start_navigation"
+ android:layout_marginRight="@dimen/favorites_icon_right_margin" />
= Build.VERSION_CODES.HONEYCOMB) {
- v.setAlpha(alpha/255.f);
- } else {
+// if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+// v.setAlpha(alpha/255.f);
+// } else {
int colr = (((int) alpha ) << 24) | clr;
v.setBackgroundColor(colr);
- }
+// }
}
@Override