diff options
Diffstat (limited to 'main/AndroidManifest.xml')
| -rw-r--r-- | main/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml index 0c6d922..648fbc0 100644 --- a/main/AndroidManifest.xml +++ b/main/AndroidManifest.xml @@ -56,7 +56,7 @@ <activity android:name=".CachePopup" android:label="@string/app_name" - android:theme="@style/cgeo_transparent" + android:theme="@style/popup_dark" android:windowSoftInputMode="stateHidden" android:configChanges="keyboardHidden|orientation" > </activity> @@ -226,14 +226,14 @@ <activity android:name=".LiveMapInfo" android:label="@string/app_name" - android:theme="@style/cgeo_transparent" + android:theme="@style/popup_dark" android:configChanges="keyboardHidden|orientation" > </activity> <provider android:name=".apps.LocusDataStorageProvider" android:authorities="cgeo.geocaching.apps.locusdatastorageprovider" /> <activity android:name="WaypointPopup" android:label="@string/app_name" - android:theme="@style/cgeo_transparent" + android:theme="@style/popup_dark" android:windowSoftInputMode="stateHidden" android:configChanges="keyboardHidden|orientation" > </activity> |
