Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to CustomThemePreviewActivity.

This commit is contained in:
Alex Ning
2020-10-19 11:38:48 +08:00
parent b2732f1d79
commit 658af22c04
13 changed files with 28 additions and 21 deletions

View File

@@ -103,7 +103,7 @@
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.Slidable" />
<activity
android:name=".Activity.ThemePreviewActivity"
android:name=".Activity.CustomThemePreviewActivity"
android:label="@string/theme_preview_activity_label"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.SlidableWithTranslucentWindow" />