summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-12-08 13:32:14 -0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:41 -0700
commit4c1cb1bec37d25fdbaa98039cf56fcd125e5eba0 (patch)
tree4aeef2532cb0d6107dcc7d0494e551faf9e65d40 /AndroidManifest.xml
parente2f50583236c11ddf78866b32222824e658be444 (diff)
downloadandroid_packages_apps_Calendar-4c1cb1bec37d25fdbaa98039cf56fcd125e5eba0.tar.gz
android_packages_apps_Calendar-4c1cb1bec37d25fdbaa98039cf56fcd125e5eba0.tar.bz2
android_packages_apps_Calendar-4c1cb1bec37d25fdbaa98039cf56fcd125e5eba0.zip
Calendar : Add lollipop ux
Change-Id: Ibc7bc2267b464c4f8c3d07c2406ed2cf87e7febb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 77af2695..0394b3e8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,7 +39,7 @@
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
- <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="18"></uses-sdk>
+ <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21"></uses-sdk>
<application android:name="CalendarApplication"
android:label="@string/app_label" android:icon="@mipmap/ic_launcher_calendar"
@@ -133,14 +133,14 @@
<activity android:name=".selectcalendars.SelectVisibleCalendarsActivity"
android:label="@string/select_visible_calendars_title"
- android:theme="@android:style/Theme.Holo.Light"/>
+ android:theme="@android:style/Theme.Material.Light.DarkActionBar"/>
<activity android:name=".selectcalendars.SelectSyncedCalendarsMultiAccountActivity"
android:label="@string/select_synced_calendars_title"
- android:theme="@android:style/Theme.Holo.Light"/>
+ android:theme="@android:style/Theme.Material.Light.DarkActionBar"/>
<activity android:name="CalendarSettingsActivity" android:label="@string/preferences_title"
- android:theme="@android:style/Theme.Holo.Light"/>
+ android:theme="@android:style/Theme.Material.Light.DarkActionBar"/>
<!-- Declarations for search -->
<!-- Make all activities a searchable context -->
@@ -171,14 +171,14 @@
<!-- Declarations for alerts/reminders -->
<activity android:name=".alerts.AlertActivity" android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true" />
+ android:theme="@android:style/Theme.Material.Dialog" android:excludeFromRecents="true" />
<activity android:name=".alerts.QuickResponseActivity" android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true"
+ android:theme="@android:style/Theme.Material.Dialog" android:excludeFromRecents="true"
android:label="@string/quick_response_dialog_title" />
<activity android:name=".alerts.SnoozeDelayActivity" android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true" />
+ android:theme="@android:style/Theme.Material.Dialog" android:excludeFromRecents="true" />
<receiver android:name=".alerts.AlertReceiver">
<intent-filter>