diff --git a/app/src/main/res/layout/trackdetail.xml b/app/src/main/res/layout/trackdetail.xml index bc23256b..ed602dcc 100644 --- a/app/src/main/res/layout/trackdetail.xml +++ b/app/src/main/res/layout/trackdetail.xml @@ -1,7 +1,8 @@ + android:layout_height="fill_parent" + android:fitsSystemWindows="true"> - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - + android:layout_marginStart="8dp" + android:layout_marginTop="4dp" + android:text="@string/trackmgr_trackpoints_count" + android:textStyle="bold" + android:textAppearance="?android:attr/textAppearanceSmall" + android:duplicateParentState="false" + app:layout_constraintStart_toEndOf="@id/id_container" + app:layout_constraintTop_toBottomOf="@id/waypoints_container"/> + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/waypointlist_item.xml b/app/src/main/res/layout/waypointlist_item.xml index 52cd92e4..bb3aaeed 100644 --- a/app/src/main/res/layout/waypointlist_item.xml +++ b/app/src/main/res/layout/waypointlist_item.xml @@ -1,14 +1,54 @@ + - - - - - - + + + + + + + + + \ No newline at end of file