From b4101783c8427714d5ab30faa09682921d79e2bc Mon Sep 17 00:00:00 2001 From: Nishant Date: Thu, 9 Mar 2023 00:31:02 +0530 Subject: [PATCH] Improved error handling for improper time format. Signed-off-by: Nishant --- android/res/color/image_view.xml | 8 ++++++++ android/res/layout/fragment_editor_host.xml | 2 ++ .../editor/AdvancedTimetableFragment.java | 9 ++++++++- .../app/organicmaps/editor/EditorHostFragment.java | 12 ++---------- 4 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 android/res/color/image_view.xml diff --git a/android/res/color/image_view.xml b/android/res/color/image_view.xml new file mode 100644 index 0000000000..acf9509fb1 --- /dev/null +++ b/android/res/color/image_view.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/android/res/layout/fragment_editor_host.xml b/android/res/layout/fragment_editor_host.xml index 22362ef060..ac512383a3 100644 --- a/android/res/layout/fragment_editor_host.xml +++ b/android/res/layout/fragment_editor_host.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical">