aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d60854b3..d27c037c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -120,7 +120,10 @@
android:theme="@style/Kau.About" />
<activity
android:name=".activities.ImageActivity"
- android:theme="@style/FrostTheme.Overlay.Fade" />
+ android:theme="@style/Kau.ImagePicker.Overlay" />
+ <activity
+ android:name=".activities.ImagePickerActivity"
+ android:theme="@style/FrostTheme.Overlay.Slide" />
<service
android:name=".services.NotificationService"
@@ -135,8 +138,8 @@
</intent-filter>
</receiver>
<provider
- android:authorities="${applicationId}.provider"
android:name="android.support.v4.content.FileProvider"
+ android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data