From 7a429f902dc0e9519382032cca2da97816877b0d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 5 Apr 2020 16:21:47 +0800 Subject: Long press a multireddit in the list to show some options. Fix some UI issues. --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c2aa7658..b665b78b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,7 +33,7 @@ android:name=".Activity.ThemePreviewActivity" android:label="@string/theme_preview_activity_label" android:parentActivityName=".Activity.MainActivity" - android:theme="@style/AppTheme.NoActionBar" /> + android:theme="@style/AppTheme.NoActionBarWithTranslucentWindow" />