Add FontPreviewFragment. Add some fonts and delete some.

This commit is contained in:
Alex Ning
2020-06-17 09:38:36 +08:00
parent 66f4db6b40
commit 72f176201e
33 changed files with 219 additions and 89 deletions

View File

@@ -23,10 +23,11 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<service
android:name=".Service.DownloadRedditVideoService"
android:enabled="true"
android:exported="false"></service>
android:exported="false" />
<activity
android:name=".Activity.ViewImgurMediaActivity"
@@ -323,4 +324,4 @@
android:exported="false" />
</application>
</manifest>
</manifest>