From ed459b32c1cbc48b57e51fa4438fc8d757e5ccbc Mon Sep 17 00:00:00 2001
From: Dzmitry Yarmolenka <86627724+Endem10n@users.noreply.github.com>
Date: Mon, 2 Aug 2021 15:05:41 +0200
Subject: [PATCH] [android] Fixed layout bugs with text cut in editor. (#983)
---
android/res/layout/fragment_editor.xml | 12 ++++--------
android/res/layout/fragment_timetable.xml | 7 ++++---
android/res/layout/item_timetable.xml | 2 +-
3 files changed, 9 insertions(+), 12 deletions(-)
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" />