Skip to content

Commit 8822a52

Browse files
committed
Update activity themes
1 parent 63f9b89 commit 8822a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,24 @@
6060
<activity
6161
android:name=".activity.ScreenshotActivity"
6262
android:exported="false"
63-
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
63+
android:theme="@style/AppTheme.Transparent" />
6464

6565
<!--permission activity for tiles-->
6666

6767
<activity
6868
android:name=".activity.AccessibilityPermissionActivity"
6969
android:exported="false"
70-
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
70+
android:theme="@style/AppTheme.Transparent" />
7171

7272
<activity
7373
android:name=".activity.NotificationPolicyPermissionActivity"
7474
android:exported="false"
75-
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
75+
android:theme="@style/AppTheme.Transparent" />
7676

7777
<activity
7878
android:name=".activity.WriteSettingsPermissionActivity"
7979
android:exported="false"
80-
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
80+
android:theme="@style/AppTheme.Transparent" />
8181

8282
<!--function services for tiles-->
8383

0 commit comments

Comments
 (0)