Still implementing custom theme settings.

This commit is contained in:
Alex Ning
2020-03-19 22:30:57 +08:00
parent 012736bff6
commit 9e4dec362d
16 changed files with 616 additions and 109 deletions

View File

@@ -21,7 +21,9 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".Activity.CustomizeThemeActivity"
<activity android:name=".Activity.CustomThemeListingActivity"></activity>
<activity
android:name=".Activity.CustomizeThemeActivity"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity