aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2012-10-24 17:29:41 -0300
committerDvTonder <david.vantonder@gmail.com>2012-10-24 17:29:41 -0300
commit3901932d44ff7d81232f33900ad9085d7927a3d5 (patch)
treebdad360c0cef4cc5be4d1fb0bb1a8d0194d9eb1a /AndroidManifest.xml
parent6fbce31f41aba7c16f03646d9a5258874631743c (diff)
downloadandroid_packages_apps_CMFileManager-3901932d44ff7d81232f33900ad9085d7927a3d5.tar.gz
android_packages_apps_CMFileManager-3901932d44ff7d81232f33900ad9085d7927a3d5.tar.bz2
android_packages_apps_CMFileManager-3901932d44ff7d81232f33900ad9085d7927a3d5.zip
Update AndroidManifest.xml
Fix naming
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index edf1f8b2..09b016f9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,7 +34,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
- android:theme="@style/Explorer.Theme.Holo.Ligth" >
+ android:theme="@style/Explorer.Theme.Holo.Light" >
<meta-data
android:name="android.app.default_searchable"
@@ -100,7 +100,7 @@
android:name=".activities.PickerActivity"
android:label="@string/picker"
android:uiOptions="none"
- android:theme="@style/Explorer.Theme.Holo.Ligth.Overlay"
+ android:theme="@style/Explorer.Theme.Holo.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.GET_CONTENT" />
@@ -124,7 +124,7 @@
android:name=".activities.ShortcutActivity"
android:label="@string/app_name"
android:uiOptions="none"
- android:theme="@style/Explorer.Theme.Holo.Ligth.Overlay"
+ android:theme="@style/Explorer.Theme.Holo.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />