This commit is contained in:
Benoit Marty 2020-07-10 13:07:14 +02:00
parent ea3e467dc4
commit 6c0f775c4b
4 changed files with 1 additions and 36 deletions

View File

@ -1,11 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.vector.riotx.attachmentviewer">
<application>
<activity
android:name="im.vector.riotx.attachmentviewer.AttachmentViewerActivity"
android:theme="@style/Theme.Transparent" />
</application>
</manifest>
<manifest package="im.vector.riotx.attachmentviewer" />

View File

@ -1,3 +0,0 @@
<resources>
<dimen name="fab_margin">16dp</dimen>
</resources>

View File

@ -1,11 +0,0 @@
<resources>
<string name="title_activity_attachement_viewer">AttachementViewerActivity</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>

View File

@ -1,12 +0,0 @@
<resources>
<style name="Theme.Transparent" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<!-- <item name="android:windowIsFloating">true</item>-->
<item name="android:backgroundDimEnabled">false</item>
</style>
</resources>