From 98df2e84c624111acce48b49fb53db09d112cabe Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Dec 2019 22:58:38 +0100 Subject: [PATCH] changing our editor screen background to black --- app/src/main/res/layout/activity_new_edit.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_new_edit.xml b/app/src/main/res/layout/activity_new_edit.xml index 1200b5a4a..3985d5cdb 100644 --- a/app/src/main/res/layout/activity_new_edit.xml +++ b/app/src/main/res/layout/activity_new_edit.xml @@ -3,6 +3,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/activity_new_edit_holder" android:layout_width="match_parent" - android:layout_height="match_parent"> - - + android:layout_height="match_parent" + android:background="#FF000000" />