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

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_theme_preview_activity"
tools:context=".Activity.ThemePreviewActivity">
tools:context=".Activity.CustomThemePreviewActivity">
<androidx.viewpager.widget.ViewPager
android:id="@+id/view_pager_theme_preview_activity"