From d8d0030c0b30807378325bde21d00c24a111fedb Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Fri, 26 Jun 2015 13:25:30 +0200 Subject: Make help pages work in dark theme This maintains the black-on-white theme of the HTML views even for the dark theme. --- OpenKeychain/src/main/res/layout/help_about_fragment.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/help_about_fragment.xml b/OpenKeychain/src/main/res/layout/help_about_fragment.xml index 6afab2e12..f654af181 100644 --- a/OpenKeychain/src/main/res/layout/help_about_fragment.xml +++ b/OpenKeychain/src/main/res/layout/help_about_fragment.xml @@ -1,7 +1,11 @@ + android:layout_height="match_parent" + android:paddingLeft="0dp" + android:paddingRight="0dp" + android:paddingTop="0dp" + android:paddingBottom="0dp"> - \ No newline at end of file + -- cgit v1.2.3