diff --git a/OsmAnd/res/layout/split_segments_layout.xml b/OsmAnd/res/layout/split_segments_layout.xml index 20fdb8abfe..410bf5fd8c 100644 --- a/OsmAnd/res/layout/split_segments_layout.xml +++ b/OsmAnd/res/layout/split_segments_layout.xml @@ -1,86 +1,125 @@ - - - - - + android:layout_height="@dimen/dashboard_map_toolbar"> + + + + + + + + + + + + + + - - + android:layout_height="wrap_content" + android:orientation="vertical"> - - - - + android:layout_height="48dp" + android:background="?attr/bg_color" + android:orientation="horizontal" + android:paddingLeft="16dp" + android:paddingRight="16dp"> + android:layout_marginBottom="12dp" + android:layout_marginRight="16dp" + android:layout_marginTop="12dp" + tools:src="@drawable/ic_action_split_interval" /> + + + + + + + + + + + + - + - - - \ No newline at end of file + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index 00c50f503c..de7c7e272e 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -365,20 +365,24 @@ - + +