Still implementing custom themes.

This commit is contained in:
Alex Ning
2020-03-27 00:30:05 +08:00
parent 0694c471c4
commit 3dca261dea
26 changed files with 700 additions and 43 deletions

View File

@@ -27,6 +27,7 @@
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".Activity.CustomizeThemeActivity"
android:label="@string/customize_theme_activity_label"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity