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">