Save light, dark and amoled Material You themes to database. Add 'Apply Material You' option. Test MotionLayout.

This commit is contained in:
Alex Ning
2021-07-02 23:16:18 +08:00
parent 992cf0dda1
commit e3578c59dd
14 changed files with 303 additions and 47 deletions

View File

@@ -32,6 +32,8 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".activities.MotionTestActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".activities.LockScreenActivity"
android:theme="@style/AppTheme.NoActionBar" />
@@ -430,7 +432,6 @@
android:name=".services.SubmitPostService"
android:enabled="true"
android:exported="false" />
<service
android:name=".services.MaterialYouService"
android:exported="false" />