mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-29 04:18:38 +03:00
14 lines
618 B
XML
14 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity android:name="im.vector.riotredesign.features.debug.TestLinkifyActivity" />
|
|
<activity
|
|
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeLightActivity"
|
|
android:theme="@style/VectorMaterialThemeDebugLight" />
|
|
<activity
|
|
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeDarkActivity"
|
|
android:theme="@style/VectorMaterialThemeDebugDark" />
|
|
</application>
|
|
|
|
</manifest>
|