From c6c0eb88e972f01bbe924f100ca026343208bc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Thu, 28 Mar 2019 13:15:39 +0100 Subject: [PATCH] Fix true black theme in all activities Closes #32. Also tested on API 19. --- app/src/main/res/layout/activity_auth.xml | 1 + app/src/main/res/layout/activity_groups.xml | 1 + app/src/main/res/layout/activity_slots.xml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/app/src/main/res/layout/activity_auth.xml b/app/src/main/res/layout/activity_auth.xml index 94ec6c56..c397ce8e 100644 --- a/app/src/main/res/layout/activity_auth.xml +++ b/app/src/main/res/layout/activity_auth.xml @@ -5,6 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" + android:background="?attr/background" tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.AuthActivity">