diff --git a/android/res/layout/fragment_editor.xml b/android/res/layout/fragment_editor.xml index 483904191f..e31210bb42 100644 --- a/android/res/layout/fragment_editor.xml +++ b/android/res/layout/fragment_editor.xml @@ -19,7 +19,7 @@ android:id="@+id/category" style="@style/MwmWidget.Editor.MetadataBlock.Clickable" android:layout_width="match_parent" - android:layout_height="@dimen/editor_height_field" + android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:padding="@dimen/margin_half_plus"> - + diff --git a/android/res/layout/fragment_timetable.xml b/android/res/layout/fragment_timetable.xml index 54ec66e3d2..dc07e46b96 100644 --- a/android/res/layout/fragment_timetable.xml +++ b/android/res/layout/fragment_timetable.xml @@ -16,14 +16,15 @@ + android:textColor="?colorAccent" />