diff --git a/android/app/src/main/res/layout/bottom_sheet_handle.xml b/android/app/src/main/res/layout/bottom_sheet_handle.xml index b3fd587f6d..67c3bcfffe 100644 --- a/android/app/src/main/res/layout/bottom_sheet_handle.xml +++ b/android/app/src/main/res/layout/bottom_sheet_handle.xml @@ -1,5 +1,5 @@ - @@ -12,4 +12,4 @@ app:srcCompat="@drawable/bottom_sheet_handle" app:tint="?colorControlHighlight" /> - \ No newline at end of file + diff --git a/android/app/src/main/res/layout/current_location_marker.xml b/android/app/src/main/res/layout/current_location_marker.xml index e4989c7e25..50ec2a1c59 100644 --- a/android/app/src/main/res/layout/current_location_marker.xml +++ b/android/app/src/main/res/layout/current_location_marker.xml @@ -1,20 +1,12 @@ - - + tools:background="@color/black_primary"> - + + + diff --git a/android/app/src/main/res/layout/edit_bookmark_common.xml b/android/app/src/main/res/layout/edit_bookmark_common.xml index c36658e026..052b465ab4 100644 --- a/android/app/src/main/res/layout/edit_bookmark_common.xml +++ b/android/app/src/main/res/layout/edit_bookmark_common.xml @@ -1,5 +1,5 @@ - + android:orientation="vertical" + app:layout_constraintTop_toTopOf="parent"> + app:layout_constraintTop_toBottomOf="@+id/ll__bookmark_name" + android:layout_marginStart="@dimen/margin_half" + android:layout_marginEnd="@dimen/margin_half"> + android:textColorHint="?android:textColorSecondary" + app:layout_constraintTop_toBottomOf="@+id/rl__bookmark_set"> - + diff --git a/android/app/src/main/res/layout/fragment_bookmark_list.xml b/android/app/src/main/res/layout/fragment_bookmark_list.xml index 76c27bd6b4..b7e2b56b4b 100644 --- a/android/app/src/main/res/layout/fragment_bookmark_list.xml +++ b/android/app/src/main/res/layout/fragment_bookmark_list.xml @@ -1,5 +1,5 @@ - - + diff --git a/android/app/src/main/res/layout/fragment_edit_bookmark.xml b/android/app/src/main/res/layout/fragment_edit_bookmark.xml index 456ea53fb3..b399d6c39f 100644 --- a/android/app/src/main/res/layout/fragment_edit_bookmark.xml +++ b/android/app/src/main/res/layout/fragment_edit_bookmark.xml @@ -1,5 +1,5 @@ - + android:theme="@style/MwmWidget.ToolbarTheme" + app:layout_constraintTop_toTopOf="parent"> - + android:layout_below="@id/toolbar" + app:layout_constraintTop_toBottomOf="@+id/toolbar"> + - + diff --git a/android/app/src/main/res/layout/fragment_edit_description.xml b/android/app/src/main/res/layout/fragment_edit_description.xml index f82d39d6be..3f136f5fa7 100644 --- a/android/app/src/main/res/layout/fragment_edit_description.xml +++ b/android/app/src/main/res/layout/fragment_edit_description.xml @@ -1,5 +1,5 @@ - + android:theme="@style/MwmWidget.ToolbarTheme" + app:layout_constraintTop_toTopOf="parent"> + android:paddingEnd="@dimen/margin_base" + app:layout_constraintTop_toBottomOf="@+id/toolbar"> - + diff --git a/android/app/src/main/res/layout/fragment_phone.xml b/android/app/src/main/res/layout/fragment_phone.xml index 60b55c8d04..fecbdc8c56 100644 --- a/android/app/src/main/res/layout/fragment_phone.xml +++ b/android/app/src/main/res/layout/fragment_phone.xml @@ -1,6 +1,7 @@ - @@ -9,9 +10,8 @@ style="@style/MwmWidget.FrameLayout.Elevation" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?windowBackgroundForced" - android:layout_above="@+id/tv__mode_switch" - android:layout_below="@id/toolbar"> + android:id="@+id/frameLayout" + android:background="?windowBackgroundForced"> + android:textColor="?colorAccent" + app:layout_constraintBottom_toBottomOf="@+id/frameLayout" /> - \ No newline at end of file + diff --git a/android/app/src/main/res/layout/fragment_timetable_advanced.xml b/android/app/src/main/res/layout/fragment_timetable_advanced.xml index 109d40e525..736b569845 100644 --- a/android/app/src/main/res/layout/fragment_timetable_advanced.xml +++ b/android/app/src/main/res/layout/fragment_timetable_advanced.xml @@ -43,10 +43,11 @@ card_view:cardCornerRadius="2dp" card_view:cardElevation="4dp"> - + android:background="?dividerHorizontal" /> - +