From 4669c45ff7fea8805e7cbd7330c5698aebe698cc Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Thu, 5 Apr 2018 05:52:34 -0700 Subject: [PATCH] Perpetuate the original sin of dark theme Fixes #7614 --- res/layout/invite_activity.xml | 2 +- res/values/attrs.xml | 2 ++ res/values/themes.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/layout/invite_activity.xml b/res/layout/invite_activity.xml index c4526a5e31..c45f5c3d9c 100644 --- a/res/layout/invite_activity.xml +++ b/res/layout/invite_activity.xml @@ -14,7 +14,7 @@ android:layout_width="match_parent" android:orientation="vertical" android:padding="10dp" - android:background="@color/signal_primary"> + android:background="?attr/invite_background"> + + diff --git a/res/values/themes.xml b/res/values/themes.xml index ac31809704..337b2b6f66 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -233,6 +233,7 @@ @style/PreferenceThemeOverlay.Fix @color/white + @color/signal_primary