aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/main/AndroidManifest.xml')
-rw-r--r--sample/src/main/AndroidManifest.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml
index 85fb199..a3bbf45 100644
--- a/sample/src/main/AndroidManifest.xml
+++ b/sample/src/main/AndroidManifest.xml
@@ -30,10 +30,16 @@
android:theme="@style/Kau.About" />
<activity
android:name=".ImagePickerActivity"
- android:theme="@style/Kau.ImagePicker" />
+ android:theme="@style/Kau.MediaPicker" />
<activity
android:name=".ImagePickerActivityOverlay"
- android:theme="@style/Kau.ImagePicker.Overlay" />
+ android:theme="@style/Kau.MediaPicker.Overlay" />
+ <activity
+ android:name=".VideoPickerActivity"
+ android:theme="@style/Kau.MediaPicker" />
+ <activity
+ android:name=".VideoPickerActivityOverlay"
+ android:theme="@style/Kau.MediaPicker.Overlay" />
<activity
android:name=".AdapterActivity"
android:theme="@style/Kau.Translucent.SlideBottom" />