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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml
index ab5b6d8..d041a3e 100644
--- a/sample/src/main/AndroidManifest.xml
+++ b/sample/src/main/AndroidManifest.xml
@@ -27,10 +27,10 @@
android:theme="@style/Kau.Translucent" />
<activity
android:name=".AboutActivity"
- android:theme="@style/Kau.Translucent.About" />
+ android:theme="@style/Kau.About" />
<activity
- android:name=".ImageActivity"
- android:theme="@style/Kau.Translucent.ImagePicker" />
+ android:name="ca.allanwang.kau.imagepicker.ImagePickerActivity"
+ android:theme="@style/Kau.ImagePicker" />
<activity
android:name=".AdapterActivity"
android:theme="@style/Kau.Translucent.SlideBottom" />