2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-22 03:09:48 +02:00

changing our editor screen background to black

This commit is contained in:
tibbi 2019-12-17 22:58:38 +01:00
parent 0b5b1925af
commit 98df2e84c6

View file

@ -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">
</RelativeLayout>
android:layout_height="match_parent"
android:background="#FF000000" />