2019-06-06 11:28:11 +03:00
|
|
|
<?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" />
|
2019-06-06 14:39:08 +03:00
|
|
|
<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" />
|
2019-06-06 11:28:11 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|